From 43cc67edd9c245385bdd24e315f0b67c6be52dd7 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 16 Jan 2018 10:29:23 -0700 Subject: [PATCH] Removed static PROPERTYKEY duplicates --- PInvoke/Ole/Ole32/WTypes.PROPERTYKEY.cs | 107 -------------------------------- 1 file changed, 107 deletions(-) diff --git a/PInvoke/Ole/Ole32/WTypes.PROPERTYKEY.cs b/PInvoke/Ole/Ole32/WTypes.PROPERTYKEY.cs index b1bbf3db..1d44a96d 100644 --- a/PInvoke/Ole/Ole32/WTypes.PROPERTYKEY.cs +++ b/PInvoke/Ole/Ole32/WTypes.PROPERTYKEY.cs @@ -4542,43 +4542,6 @@ namespace Vanara.PInvoke => new PROPERTYKEY(new Guid("{6444048F-4C8B-11D1-8B70-080036B11A03}"), 4); } - /// JA Properties - public static class JA - { - /// - /// Name: System.Contact.JA.CompanyNamePhonetic -- PKEY_Contact_JA_CompanyNamePhonetic - /// - /// Description: - /// - /// Type: String -- VT_LPWSTR (For variants: VT_BSTR) - /// FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 2 - /// - public static PROPERTYKEY CompanyNamePhonetic - => new PROPERTYKEY(new Guid("{897B3694-FE9E-43E6-8066-260F590C0100}"), 2); - - /// - /// Name: System.Contact.JA.FirstNamePhonetic -- PKEY_Contact_JA_FirstNamePhonetic - /// - /// Description: - /// - /// Type: String -- VT_LPWSTR (For variants: VT_BSTR) - /// FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 3 - /// - public static PROPERTYKEY FirstNamePhonetic - => new PROPERTYKEY(new Guid("{897B3694-FE9E-43E6-8066-260F590C0100}"), 3); - - /// - /// Name: System.Contact.JA.LastNamePhonetic -- PKEY_Contact_JA_LastNamePhonetic - /// - /// Description: - /// - /// Type: String -- VT_LPWSTR (For variants: VT_BSTR) - /// FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 4 - /// - public static PROPERTYKEY LastNamePhonetic - => new PROPERTYKEY(new Guid("{897B3694-FE9E-43E6-8066-260F590C0100}"), 4); - } - /// Journal Properties public static class Journal { @@ -5603,76 +5566,6 @@ namespace Vanara.PInvoke => new PROPERTYKEY(new Guid("{46B4E8DE-CDB2-440D-885C-1658EB65B914}"), 100); } - /// Notifications Properties - public static class Notifications - { - /// - /// Name: System.Devices.Notifications.LowBattery -- PKEY_Devices_Notification_LowBattery - /// - /// Description: Device Low Battery Notification. - /// - /// Type: Byte -- VT_UI1 - /// FormatID: {C4C07F2B-8524-4E66-AE3A-A6235F103BEB}, 2 - /// - public static PROPERTYKEY LowBattery - => new PROPERTYKEY(new Guid("{C4C07F2B-8524-4E66-AE3A-A6235F103BEB}"), 2); - - /// - /// Name: System.Devices.Notifications.MissedCall -- PKEY_Devices_Notification_MissedCall - /// - /// Description: Device Missed Call Notification. - /// - /// Type: Byte -- VT_UI1 - /// FormatID: {6614EF48-4EFE-4424-9EDA-C79F404EDF3E}, 2 - /// - public static PROPERTYKEY MissedCall - => new PROPERTYKEY(new Guid("{6614EF48-4EFE-4424-9EDA-C79F404EDF3E}"), 2); - - /// - /// Name: System.Devices.Notifications.NewMessage -- PKEY_Devices_Notification_NewMessage - /// - /// Description: Device New Message Notification. - /// - /// Type: Byte -- VT_UI1 - /// FormatID: {2BE9260A-2012-4742-A555-F41B638B7DCB}, 2 - /// - public static PROPERTYKEY NewMessage - => new PROPERTYKEY(new Guid("{2BE9260A-2012-4742-A555-F41B638B7DCB}"), 2); - - /// - /// Name: System.Devices.Notifications.NewVoicemail -- PKEY_Devices_Notification_NewVoicemail - /// - /// Description: Device Voicemail Notification. - /// - /// Type: Byte -- VT_UI1 - /// FormatID: {59569556-0A08-4212-95B9-FAE2AD6413DB}, 2 - /// - public static PROPERTYKEY NewVoicemail - => new PROPERTYKEY(new Guid("{59569556-0A08-4212-95B9-FAE2AD6413DB}"), 2); - - /// - /// Name: System.Devices.Notifications.StorageFull -- PKEY_Devices_Notification_StorageFull - /// - /// Description: Device Storage Full Notification. - /// - /// Type: UInt64 -- VT_UI8 - /// FormatID: {A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}, 2 - /// - public static PROPERTYKEY StorageFull - => new PROPERTYKEY(new Guid("{A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}"), 2); - - /// - /// Name: System.Devices.Notifications.StorageFullLinkText -- PKEY_Devices_Notification_StorageFullLinkText - /// - /// Description: Link Text for the Device Storage Full Notification. - /// - /// Type: UInt64 -- VT_UI8 - /// FormatID: {A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}, 3 - /// - public static PROPERTYKEY StorageFullLinkText - => new PROPERTYKEY(new Guid("{A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}"), 3); - } - /// Photo Properties public static class Photo {