Updated project files

pull/372/head
David Hall 2023-01-27 19:54:38 -07:00
parent 5752b94fbc
commit f257e79724
13 changed files with 268 additions and 36 deletions

View File

@ -23,4 +23,4 @@ If you're still running into problems, file an [issue](https://github.com/dahall
Classes | Structures | Enumerations | Interfaces
--- | --- | --- | ---
AlignedMemory BeginEndEventContext BitHelper ByteSizeFormatter ComConnectionPoint ComReleaser ComReleaserFactory ComStream ComTypeExtensions ConstantConversionExtensions CorrespondingTypeAttribute CoTaskMemoryMethods EnumerableEqualityComparer EnumExtensions EventedList FileTimeExtensions Formatter FormatterComposer GenericSafeHandle GenericVirtualReadOnlyDictionary HexDempHelpers HGlobalMemoryMethods History IArrayStructExtensions IArrayStructMarshaler InteropExtensions IntPtrConverter IOExtensions LibHelper ListChangedEventArgs MarshalingStream MemoryMethodsBase NativeMemoryEnumerator NativeMemoryStream PinnedObject ReflectionExtensions ReflectionExtensions RequiresUnreferencedCodeAttribute SafeAllocatedMemoryHandle SafeAllocatedMemoryHandleBase SafeByteArray SafeCoTaskMemHandle SafeCoTaskMemString SafeCoTaskMemStruct SafeGuidPtr SafeHGlobalHandle SafeHGlobalStruct SafeLPSTR SafeLPTSTR SafeLPWSTR SafeMemoryHandle SafeMemoryHandleExt SafeMemoryPool SafeMemString SafeMemStruct SparseArray StringHelper TryGetValueDelegate UntypedNativeMemoryEnumerator VanaraCustomMarshaler VanaraMarshaler VanaraMarshalerAttribute VirtualDictionary VirtualReadOnlyDictionary | BOOL BOOLEAN EnumFlagIndexer GuidPtr RefEnumerator SizeT StrPtrAnsi StrPtrAuto StrPtrUni time_t | CorrespondingAction FileAttributeConstant FileOpConstant FilePermissionConstant StringListPackMethod | IArrayStruct IHistory IMemoryMethods ISafeMemoryHandle ISimpleMemoryMethods IVanaraMarshaler
AlignedMemory BeginEndEventContext BitHelper ByteSizeFormatter ComConnectionPoint ComReleaser ComReleaserFactory ComStream ComTypeExtensions ConstantConversionExtensions CorrespondingTypeAttribute CoTaskMemoryMethods EnumerableEqualityComparer EnumExtensions EventedList FileTimeExtensions Formatter FormatterComposer GenericSafeHandle GenericVirtualReadOnlyDictionary HexDempHelpers HGlobalMemoryMethods History IArrayStructExtensions IArrayStructMarshaler InteropExtensions IntPtrConverter IOExtensions LibHelper ListChangedEventArgs MarshalingStream MemoryMethodsBase NativeMemoryEnumerator NativeMemoryStream PinnedObject ReflectionExtensions ReflectionExtensions RequiresUnreferencedCodeAttribute SafeAllocatedMemoryHandle SafeAllocatedMemoryHandleBase SafeByteArray SafeCoTaskMemHandle SafeCoTaskMemString SafeCoTaskMemStruct SafeGuidPtr SafeHGlobalHandle SafeHGlobalStruct SafeLPSTR SafeLPTSTR SafeLPWSTR SafeMemoryHandle SafeMemoryHandleExt SafeMemoryPool SafeMemString SafeMemStruct SparseArray StringHelper TryGetValueDelegate UntypedNativeMemoryEnumerator VanaraCustomMarshaler VanaraMarshaler VanaraMarshalerAttribute VirtualDictionary VirtualReadOnlyDictionary | BOOL BOOLEAN EnumFlagIndexer GuidPtr RefEnumerator SizeT StrPtrAnsi StrPtrAuto StrPtrUni time_t | CorrespondingAction FileAttributeConstant FileOpConstant FilePermissionConstant StringListPackMethod | IArrayStruct IHistory IMemoryMethods ISafeMemoryHandle ISimpleMemoryMethods ISupportIndexer IVanaraMarshaler

View File

@ -34,6 +34,7 @@ Interface | Description
[Vanara.InteropServices.IMemoryMethods](https://github.com/dahall/Vanara/search?l=C%23&q=IMemoryMethods) | Interface to capture unmanaged memory methods.
[Vanara.InteropServices.ISafeMemoryHandle](https://github.com/dahall/Vanara/search?l=C%23&q=ISafeMemoryHandle) | Interface for classes that support safe memory pointers.
[Vanara.InteropServices.ISimpleMemoryMethods](https://github.com/dahall/Vanara/search?l=C%23&q=ISimpleMemoryMethods) | Interface to capture unmanaged simple (alloc/free) memory methods.
[Vanara.ISupportIndexer<T>](https://github.com/dahall/Vanara/search?l=C%23&q=ISupportIndexer<T>) |
[Vanara.InteropServices.IVanaraMarshaler](https://github.com/dahall/Vanara/search?l=C%23&q=IVanaraMarshaler) | Smarter custom marshaler.
### Classes
Class | Description

View File

@ -18,4 +18,4 @@ If you're still running into problems, file an [issue](https://github.com/dahall
Functions | Enumerations | Structures
--- | --- | ---
DwmDefWindowProc DwmEnableBlurBehindWindow DwmEnableComposition DwmEnableMMCSS DwmExtendFrameIntoClientArea DwmFlush DwmGetColorizationColor DwmGetCompositionTimingInfo DwmGetTransportAttributes DwmGetUnmetTabRequirements DwmGetWindowAttribute DwmInvalidateIconicBitmaps DwmIsCompositionEnabled DwmpGetColorizationParameters DwmpSetColorizationParameters DwmQueryThumbnailSourceSize DwmRegisterThumbnail DwmRenderGesture DwmSetIconicLivePreviewBitmap DwmSetIconicThumbnail DwmSetWindowAttribute DwmShowContact DwmTetherContact DwmTransitionOwnedWindow DwmUnregisterThumbnail DwmUpdateThumbnailProperties | DWM_BLURBEHIND_Mask DWM_CLOAKED DWM_SETICONICPREVIEW_Flags DWM_SHOWCONTACT DWM_TAB_WINDOW_REQUIREMENTS DWM_TNP DWMFLIP3DWINDOWPOLICY DWMNCRENDERINGPOLICY DWMTRANSITION_OWNEDWINDOW_TARGET DWM_WINDOW_CORNER_PREFERENCE DWMWINDOWATTRIBUTE GESTURE_TYPE | DWM_BLURBEHIND DWM_COLORIZATION_PARAMS DWM_THUMBNAIL_PROPERTIES DWM_TIMING_INFO MARGINS UNSIGNED_RATIO
DwmDefWindowProc DwmEnableBlurBehindWindow DwmEnableComposition DwmEnableMMCSS DwmExtendFrameIntoClientArea DwmFlush DwmGetColorizationColor DwmGetCompositionTimingInfo DwmGetTransportAttributes DwmGetUnmetTabRequirements DwmGetWindowAttribute DwmInvalidateIconicBitmaps DwmIsCompositionEnabled DwmpGetColorizationParameters DwmpSetColorizationParameters DwmQueryThumbnailSourceSize DwmRegisterThumbnail DwmRenderGesture DwmSetIconicLivePreviewBitmap DwmSetIconicThumbnail DwmSetWindowAttribute DwmShowContact DwmTetherContact DwmTransitionOwnedWindow DwmUnregisterThumbnail DwmUpdateThumbnailProperties | DWM_BLURBEHIND_Mask DWM_CLOAKED DWM_SETICONICPREVIEW_Flags DWM_SHOWCONTACT DWM_TAB_WINDOW_REQUIREMENTS DWM_TNP DWMFLIP3DWINDOWPOLICY DWMNCRENDERINGPOLICY DWMTRANSITION_OWNEDWINDOW_TARGET DWM_SYSTEMBACKDROP_TYPE DWM_WINDOW_CORNER_PREFERENCE DWMWINDOWATTRIBUTE GESTURE_TYPE | DWM_BLURBEHIND DWM_COLORIZATION_PARAMS DWM_THUMBNAIL_PROPERTIES DWM_TIMING_INFO MARGINS UNSIGNED_RATIO

View File

@ -39,6 +39,7 @@ Native Enum | Header | Managed Enum
[DWM_CLOAKED](https://www.google.com/search?num=5&q=DWM_CLOAKED+site%3Alearn.microsoft.com) | dwmapi.h | [Vanara.PInvoke.DwmApi.DWM_CLOAKED](https://github.com/dahall/Vanara/search?l=C%23&q=DWM_CLOAKED)
[DWM_SETICONICPREVIEW_Flags](https://www.google.com/search?num=5&q=DWM_SETICONICPREVIEW_Flags+site%3Alearn.microsoft.com) | dwmapi.h | [Vanara.PInvoke.DwmApi.DWM_SETICONICPREVIEW_Flags](https://github.com/dahall/Vanara/search?l=C%23&q=DWM_SETICONICPREVIEW_Flags)
[DWM_SHOWCONTACT](https://www.google.com/search?num=5&q=DWM_SHOWCONTACT+site%3Alearn.microsoft.com) | dwmapi.h | [Vanara.PInvoke.DwmApi.DWM_SHOWCONTACT](https://github.com/dahall/Vanara/search?l=C%23&q=DWM_SHOWCONTACT)
[DWM_SYSTEMBACKDROP_TYPE](https://www.google.com/search?num=5&q=DWM_SYSTEMBACKDROP_TYPE+site%3Alearn.microsoft.com) | dwmapi.h | [Vanara.PInvoke.DwmApi.DWM_SYSTEMBACKDROP_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=DWM_SYSTEMBACKDROP_TYPE)
[DWM_TAB_WINDOW_REQUIREMENTS](https://www.google.com/search?num=5&q=DWM_TAB_WINDOW_REQUIREMENTS+site%3Alearn.microsoft.com) | dwmapi.h | [Vanara.PInvoke.DwmApi.DWM_TAB_WINDOW_REQUIREMENTS](https://github.com/dahall/Vanara/search?l=C%23&q=DWM_TAB_WINDOW_REQUIREMENTS)
[DWM_TNP](https://www.google.com/search?num=5&q=DWM_TNP+site%3Alearn.microsoft.com) | dwmapi.h | [Vanara.PInvoke.DwmApi.DWM_TNP](https://github.com/dahall/Vanara/search?l=C%23&q=DWM_TNP)
[DWM_WINDOW_CORNER_PREFERENCE](https://www.google.com/search?num=5&q=DWM_WINDOW_CORNER_PREFERENCE+site%3Alearn.microsoft.com) | dwmapi.h | [Vanara.PInvoke.DwmApi.DWM_WINDOW_CORNER_PREFERENCE](https://github.com/dahall/Vanara/search?l=C%23&q=DWM_WINDOW_CORNER_PREFERENCE)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,9 @@
## Vanara.PInvoke.Security
PInvoke API (methods, structures and constants) imported from Windows AdvApi32.dll, Authz.dll and Secur32.dll.
PInvoke API (methods, structures and constants) imported from Windows AdvApi32.dll, Authz.dll, sspicli.dll, schannel.dll, tdh.dll and Secur32.dll.
- Includes methods from advapi32.dll, secur32.dll, authz.dll, sspicli.dll, schannel.dll
- Includes methods from advapi32.dll, secur32.dll, authz.dll, sspicli.dll, schannel.dll, tdh.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Security?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Security?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Security)
### Methods - 100% API coverage (558 of 558 functions)
### Methods - 100% API coverage (585 of 585 functions)
Native Method | Native DLL | Header | Managed Method
--- | --- | --- | ---
[AbortSystemShutdown](https://www.google.com/search?num=5&q=AbortSystemShutdownA+site%3Alearn.microsoft.com) | advapi32.dll | winreg.h | [Vanara.PInvoke.AdvApi32.AbortSystemShutdown](https://github.com/dahall/Vanara/search?l=C%23&q=AbortSystemShutdown)
@ -549,6 +549,33 @@ Native Method | Native DLL | Header | Managed Method
[StartServiceCtrlDispatcher](https://www.google.com/search?num=5&q=StartServiceCtrlDispatcherA+site%3Alearn.microsoft.com) | advapi32.dll | winsvc.h | [Vanara.PInvoke.AdvApi32.StartServiceCtrlDispatcher](https://github.com/dahall/Vanara/search?l=C%23&q=StartServiceCtrlDispatcher)
[StartTrace](https://www.google.com/search?num=5&q=StartTraceA+site%3Alearn.microsoft.com) | advapi32.dll | evntrace.h | [Vanara.PInvoke.AdvApi32.StartTrace](https://github.com/dahall/Vanara/search?l=C%23&q=StartTrace)
[StopTrace](https://www.google.com/search?num=5&q=StopTraceA+site%3Alearn.microsoft.com) | advapi32.dll | Evntrace.h | [Vanara.PInvoke.AdvApi32.StopTrace](https://github.com/dahall/Vanara/search?l=C%23&q=StopTrace)
[TdhAggregatePayloadFilters](https://www.google.com/search?num=5&q=TdhAggregatePayloadFilters+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhAggregatePayloadFilters](https://github.com/dahall/Vanara/search?l=C%23&q=TdhAggregatePayloadFilters)
[TdhCleanupPayloadEventFilterDescriptor](https://www.google.com/search?num=5&q=TdhCleanupPayloadEventFilterDescriptor+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhCleanupPayloadEventFilterDescriptor](https://github.com/dahall/Vanara/search?l=C%23&q=TdhCleanupPayloadEventFilterDescriptor)
[TdhCloseDecodingHandle](https://www.google.com/search?num=5&q=TdhCloseDecodingHandle+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhCloseDecodingHandle](https://github.com/dahall/Vanara/search?l=C%23&q=TdhCloseDecodingHandle)
[TdhCreatePayloadFilter](https://www.google.com/search?num=5&q=TdhCreatePayloadFilter+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhCreatePayloadFilter](https://github.com/dahall/Vanara/search?l=C%23&q=TdhCreatePayloadFilter)
[TdhDeletePayloadFilter](https://www.google.com/search?num=5&q=TdhDeletePayloadFilter+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhDeletePayloadFilter](https://github.com/dahall/Vanara/search?l=C%23&q=TdhDeletePayloadFilter)
[TdhEnumerateManifestProviderEvents](https://www.google.com/search?num=5&q=TdhEnumerateManifestProviderEvents+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhEnumerateManifestProviderEvents](https://github.com/dahall/Vanara/search?l=C%23&q=TdhEnumerateManifestProviderEvents)
[TdhEnumerateProviderFieldInformation](https://www.google.com/search?num=5&q=TdhEnumerateProviderFieldInformation+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhEnumerateProviderFieldInformation](https://github.com/dahall/Vanara/search?l=C%23&q=TdhEnumerateProviderFieldInformation)
[TdhEnumerateProviderFilters](https://www.google.com/search?num=5&q=TdhEnumerateProviderFilters+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhEnumerateProviderFilters](https://github.com/dahall/Vanara/search?l=C%23&q=TdhEnumerateProviderFilters)
[TdhEnumerateProviders](https://www.google.com/search?num=5&q=TdhEnumerateProviders+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhEnumerateProviders](https://github.com/dahall/Vanara/search?l=C%23&q=TdhEnumerateProviders)
[TdhEnumerateProvidersForDecodingSource](https://www.google.com/search?num=5&q=TdhEnumerateProvidersForDecodingSource+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhEnumerateProvidersForDecodingSource](https://github.com/dahall/Vanara/search?l=C%23&q=TdhEnumerateProvidersForDecodingSource)
[TdhFormatProperty](https://www.google.com/search?num=5&q=TdhFormatProperty+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhFormatProperty](https://github.com/dahall/Vanara/search?l=C%23&q=TdhFormatProperty)
[TdhGetDecodingParameter](https://www.google.com/search?num=5&q=TdhGetDecodingParameter+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhGetDecodingParameter](https://github.com/dahall/Vanara/search?l=C%23&q=TdhGetDecodingParameter)
[TdhGetEventInformation](https://www.google.com/search?num=5&q=TdhGetEventInformation+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhGetEventInformation](https://github.com/dahall/Vanara/search?l=C%23&q=TdhGetEventInformation)
[TdhGetEventMapInformation](https://www.google.com/search?num=5&q=TdhGetEventMapInformation+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhGetEventMapInformation](https://github.com/dahall/Vanara/search?l=C%23&q=TdhGetEventMapInformation)
[TdhGetManifestEventInformation](https://www.google.com/search?num=5&q=TdhGetManifestEventInformation+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhGetManifestEventInformation](https://github.com/dahall/Vanara/search?l=C%23&q=TdhGetManifestEventInformation)
[TdhGetProperty](https://www.google.com/search?num=5&q=TdhGetProperty+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhGetProperty](https://github.com/dahall/Vanara/search?l=C%23&q=TdhGetProperty)
[TdhGetPropertySize](https://www.google.com/search?num=5&q=TdhGetPropertySize+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhGetPropertySize](https://github.com/dahall/Vanara/search?l=C%23&q=TdhGetPropertySize)
[TdhGetWppMessage](https://www.google.com/search?num=5&q=TdhGetWppMessage+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhGetWppMessage](https://github.com/dahall/Vanara/search?l=C%23&q=TdhGetWppMessage)
[TdhGetWppProperty](https://www.google.com/search?num=5&q=TdhGetWppProperty+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhGetWppProperty](https://github.com/dahall/Vanara/search?l=C%23&q=TdhGetWppProperty)
[TdhLoadManifest](https://www.google.com/search?num=5&q=TdhLoadManifest+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhLoadManifest](https://github.com/dahall/Vanara/search?l=C%23&q=TdhLoadManifest)
[TdhLoadManifestFromBinary](https://www.google.com/search?num=5&q=TdhLoadManifestFromBinary+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhLoadManifestFromBinary](https://github.com/dahall/Vanara/search?l=C%23&q=TdhLoadManifestFromBinary)
[TdhLoadManifestFromMemory](https://www.google.com/search?num=5&q=TdhLoadManifestFromMemory+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhLoadManifestFromMemory](https://github.com/dahall/Vanara/search?l=C%23&q=TdhLoadManifestFromMemory)
[TdhOpenDecodingHandle](https://www.google.com/search?num=5&q=TdhOpenDecodingHandle+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhOpenDecodingHandle](https://github.com/dahall/Vanara/search?l=C%23&q=TdhOpenDecodingHandle)
[TdhQueryProviderFieldInformation](https://www.google.com/search?num=5&q=TdhQueryProviderFieldInformation+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhQueryProviderFieldInformation](https://github.com/dahall/Vanara/search?l=C%23&q=TdhQueryProviderFieldInformation)
[TdhSetDecodingParameter](https://www.google.com/search?num=5&q=TdhSetDecodingParameter+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhSetDecodingParameter](https://github.com/dahall/Vanara/search?l=C%23&q=TdhSetDecodingParameter)
[TdhUnloadManifest](https://www.google.com/search?num=5&q=TdhUnloadManifest+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhUnloadManifest](https://github.com/dahall/Vanara/search?l=C%23&q=TdhUnloadManifest)
[TdhUnloadManifestFromMemory](https://www.google.com/search?num=5&q=TdhUnloadManifestFromMemory+site%3Alearn.microsoft.com) | tdh.dll | tdh.h | [Vanara.PInvoke.Tdh.TdhUnloadManifestFromMemory](https://github.com/dahall/Vanara/search?l=C%23&q=TdhUnloadManifestFromMemory)
[TraceEvent](https://www.google.com/search?num=5&q=TraceEvent+site%3Alearn.microsoft.com) | advapi32.dll | Evntrace.h | [Vanara.PInvoke.AdvApi32.TraceEvent](https://github.com/dahall/Vanara/search?l=C%23&q=TraceEvent)
[TraceEventInstance](https://www.google.com/search?num=5&q=TraceEventInstance+site%3Alearn.microsoft.com) | advapi32.dll | Evntrace.h | [Vanara.PInvoke.AdvApi32.TraceEventInstance](https://github.com/dahall/Vanara/search?l=C%23&q=TraceEventInstance)
[TraceMessage](https://www.google.com/search?num=5&q=TraceMessage+site%3Alearn.microsoft.com) | advapi32.dll | Evntrace.h | [Vanara.PInvoke.AdvApi32.TraceMessage](https://github.com/dahall/Vanara/search?l=C%23&q=TraceMessage)
@ -608,7 +635,7 @@ Native Enum | Header | Managed Enum
[CryptProviderFlags](https://www.google.com/search?num=5&q=CryptProviderFlags+site%3Alearn.microsoft.com) | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptProviderFlags](https://github.com/dahall/Vanara/search?l=C%23&q=CryptProviderFlags)
[CryptSignFlags](https://www.google.com/search?num=5&q=CryptSignFlags+site%3Alearn.microsoft.com) | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptSignFlags](https://github.com/dahall/Vanara/search?l=C%23&q=CryptSignFlags)
[CTMF](https://www.google.com/search?num=5&q=CTMF+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.CTMF](https://github.com/dahall/Vanara/search?l=C%23&q=CTMF)
[DECODING_SOURCE](https://www.google.com/search?num=5&q=DECODING_SOURCE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.DECODING_SOURCE](https://github.com/dahall/Vanara/search?l=C%23&q=DECODING_SOURCE)
[DECODING_SOURCE](https://www.google.com/search?num=5&q=DECODING_SOURCE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.DECODING_SOURCE](https://github.com/dahall/Vanara/search?l=C%23&q=DECODING_SOURCE)
[DOCKINFO](https://www.google.com/search?num=5&q=DOCKINFO+site%3Alearn.microsoft.com) | winbase.h | [Vanara.PInvoke.AdvApi32.DOCKINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DOCKINFO)
[DOMAIN_PASSWORD](https://www.google.com/search?num=5&q=DOMAIN_PASSWORD+site%3Alearn.microsoft.com) | ntsecapi.h | [Vanara.PInvoke.AdvApi32.DOMAIN_PASSWORD](https://github.com/dahall/Vanara/search?l=C%23&q=DOMAIN_PASSWORD)
[DREP](https://www.google.com/search?num=5&q=DREP+site%3Alearn.microsoft.com) | sspi.h | [Vanara.PInvoke.Secur32.DREP](https://github.com/dahall/Vanara/search?l=C%23&q=DREP)
@ -617,7 +644,7 @@ Native Enum | Header | Managed Enum
[ETW_PROCESS_HANDLE_INFO_TYPE](https://www.google.com/search?num=5&q=ETW_PROCESS_HANDLE_INFO_TYPE+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.ETW_PROCESS_HANDLE_INFO_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=ETW_PROCESS_HANDLE_INFO_TYPE)
[EVENT_ACTIVITY_CTRL](https://www.google.com/search?num=5&q=EVENT_ACTIVITY_CTRL+site%3Alearn.microsoft.com) | evntprov.h | [Vanara.PInvoke.AdvApi32.EVENT_ACTIVITY_CTRL](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_ACTIVITY_CTRL)
[EVENT_CONTROL_CODE](https://www.google.com/search?num=5&q=EVENT_CONTROL_CODE+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.EVENT_CONTROL_CODE](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_CONTROL_CODE)
[EVENT_FIELD_TYPE](https://www.google.com/search?num=5&q=EVENT_FIELD_TYPE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.EVENT_FIELD_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_FIELD_TYPE)
[EVENT_FIELD_TYPE](https://www.google.com/search?num=5&q=EVENT_FIELD_TYPE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.EVENT_FIELD_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_FIELD_TYPE)
[EVENT_INFO_CLASS](https://www.google.com/search?num=5&q=EVENT_INFO_CLASS+site%3Alearn.microsoft.com) | evntprov.h | [Vanara.PInvoke.AdvApi32.EVENT_INFO_CLASS](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_INFO_CLASS)
[EVENT_TRACE_CONTROL](https://www.google.com/search?num=5&q=EVENT_TRACE_CONTROL+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.EVENT_TRACE_CONTROL](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_TRACE_CONTROL)
[EVENT_TRACE_FLAG](https://www.google.com/search?num=5&q=EVENT_TRACE_FLAG+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.EVENT_TRACE_FLAG](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_TRACE_FLAG)
@ -650,12 +677,13 @@ Native Enum | Header | Managed Enum
[LsaLookupSidsFlags](https://www.google.com/search?num=5&q=LsaLookupSidsFlags+site%3Alearn.microsoft.com) | ntlsa.h | [Vanara.PInvoke.AdvApi32.LsaLookupSidsFlags](https://github.com/dahall/Vanara/search?l=C%23&q=LsaLookupSidsFlags)
[LsaPolicyRights](https://www.google.com/search?num=5&q=LsaPolicyRights+site%3Alearn.microsoft.com) | ntsecapi.h | [Vanara.PInvoke.AdvApi32.LsaPolicyRights](https://github.com/dahall/Vanara/search?l=C%23&q=LsaPolicyRights)
[MANDATORY_LEVEL](https://www.google.com/search?num=5&q=MANDATORY_LEVEL+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.MANDATORY_LEVEL](https://github.com/dahall/Vanara/search?l=C%23&q=MANDATORY_LEVEL)
[MAP_FLAGS](https://www.google.com/search?num=5&q=MAP_FLAGS+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.MAP_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=MAP_FLAGS)
[MAP_VALUETYPE](https://www.google.com/search?num=5&q=MAP_VALUETYPE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.MAP_VALUETYPE](https://github.com/dahall/Vanara/search?l=C%23&q=MAP_VALUETYPE)
[MAP_FLAGS](https://www.google.com/search?num=5&q=MAP_FLAGS+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.MAP_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=MAP_FLAGS)
[MAP_VALUETYPE](https://www.google.com/search?num=5&q=MAP_VALUETYPE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.MAP_VALUETYPE](https://github.com/dahall/Vanara/search?l=C%23&q=MAP_VALUETYPE)
[MSV1_0_LOGON_SUBMIT_TYPE](https://www.google.com/search?num=5&q=MSV1_0_LOGON_SUBMIT_TYPE+site%3Alearn.microsoft.com) | ntsecapi.h | [Vanara.PInvoke.Secur32.MSV1_0_LOGON_SUBMIT_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=MSV1_0_LOGON_SUBMIT_TYPE)
[MULTIPLE_TRUSTEE_OPERATION](https://www.google.com/search?num=5&q=MULTIPLE_TRUSTEE_OPERATION+site%3Alearn.microsoft.com) | AccCtrl.h | [Vanara.PInvoke.AdvApi32.MULTIPLE_TRUSTEE_OPERATION](https://github.com/dahall/Vanara/search?l=C%23&q=MULTIPLE_TRUSTEE_OPERATION)
[ObjectAceFlags](https://www.google.com/search?num=5&q=ObjectAceFlags+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.ObjectAceFlags](https://github.com/dahall/Vanara/search?l=C%23&q=ObjectAceFlags)
[OpenRawFlags](https://www.google.com/search?num=5&q=OpenRawFlags+site%3Alearn.microsoft.com) | winbase.h | [Vanara.PInvoke.AdvApi32.OpenRawFlags](https://github.com/dahall/Vanara/search?l=C%23&q=OpenRawFlags)
[PAYLOAD_OPERATOR](https://www.google.com/search?num=5&q=PAYLOAD_OPERATOR+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PAYLOAD_OPERATOR](https://github.com/dahall/Vanara/search?l=C%23&q=PAYLOAD_OPERATOR)
[PerfCounterDataType](https://www.google.com/search?num=5&q=PerfCounterDataType+site%3Alearn.microsoft.com) | perflib.h | [Vanara.PInvoke.AdvApi32.PerfCounterDataType](https://github.com/dahall/Vanara/search?l=C%23&q=PerfCounterDataType)
[PerfRegInfoType](https://www.google.com/search?num=5&q=PerfRegInfoType+site%3Alearn.microsoft.com) | perflib.h | [Vanara.PInvoke.AdvApi32.PerfRegInfoType](https://github.com/dahall/Vanara/search?l=C%23&q=PerfRegInfoType)
[POLICY_AUDIT_EVENT_OPTIONS](https://www.google.com/search?num=5&q=POLICY_AUDIT_EVENT_OPTIONS+site%3Alearn.microsoft.com) | ntsecapi.h | [Vanara.PInvoke.AdvApi32.POLICY_AUDIT_EVENT_OPTIONS](https://github.com/dahall/Vanara/search?l=C%23&q=POLICY_AUDIT_EVENT_OPTIONS)
@ -672,7 +700,7 @@ Native Enum | Header | Managed Enum
[PROCESS_TRACE_MODE](https://www.google.com/search?num=5&q=PROCESS_TRACE_MODE+site%3Alearn.microsoft.com) | Evntcons.h | [Vanara.PInvoke.AdvApi32.PROCESS_TRACE_MODE](https://github.com/dahall/Vanara/search?l=C%23&q=PROCESS_TRACE_MODE)
[ProcessLogonFlags](https://www.google.com/search?num=5&q=ProcessLogonFlags+site%3Alearn.microsoft.com) | winbase.h | [Vanara.PInvoke.AdvApi32.ProcessLogonFlags](https://github.com/dahall/Vanara/search?l=C%23&q=ProcessLogonFlags)
[PROG_INVOKE_SETTING](https://www.google.com/search?num=5&q=PROG_INVOKE_SETTING+site%3Alearn.microsoft.com) | accctrl.h | [Vanara.PInvoke.AdvApi32.PROG_INVOKE_SETTING](https://github.com/dahall/Vanara/search?l=C%23&q=PROG_INVOKE_SETTING)
[PROPERTY_FLAGS](https://www.google.com/search?num=5&q=PROPERTY_FLAGS+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.PROPERTY_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROPERTY_FLAGS)
[PROPERTY_FLAGS](https://www.google.com/search?num=5&q=PROPERTY_FLAGS+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PROPERTY_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROPERTY_FLAGS)
[ProvParam](https://www.google.com/search?num=5&q=ProvParam+site%3Alearn.microsoft.com) | wincrypt.h | [Vanara.PInvoke.AdvApi32.ProvParam](https://github.com/dahall/Vanara/search?l=C%23&q=ProvParam)
[REG_APPKEY](https://www.google.com/search?num=5&q=REG_APPKEY+site%3Alearn.microsoft.com) | winreg.h | [Vanara.PInvoke.AdvApi32.REG_APPKEY](https://github.com/dahall/Vanara/search?l=C%23&q=REG_APPKEY)
[REG_DISPOSITION](https://www.google.com/search?num=5&q=REG_DISPOSITION+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.REG_DISPOSITION](https://github.com/dahall/Vanara/search?l=C%23&q=REG_DISPOSITION)
@ -737,7 +765,10 @@ Native Enum | Header | Managed Enum
[SOURCE_SCHEMA_REGISTRATION_FLAGS](https://www.google.com/search?num=5&q=SOURCE_SCHEMA_REGISTRATION_FLAGS+site%3Alearn.microsoft.com) | authz.h | [Vanara.PInvoke.Authz.SOURCE_SCHEMA_REGISTRATION_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=SOURCE_SCHEMA_REGISTRATION_FLAGS)
[SP_PROT](https://www.google.com/search?num=5&q=SP_PROT+site%3Alearn.microsoft.com) | schannel.h | [Vanara.PInvoke.Schannel.SP_PROT](https://github.com/dahall/Vanara/search?l=C%23&q=SP_PROT)
[SYSTEM_MANDATORY_LABEL](https://www.google.com/search?num=5&q=SYSTEM_MANDATORY_LABEL+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.SYSTEM_MANDATORY_LABEL](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEM_MANDATORY_LABEL)
[TDH_CONTEXT_TYPE](https://www.google.com/search?num=5&q=TDH_CONTEXT_TYPE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.TDH_CONTEXT_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TDH_CONTEXT_TYPE)
[TDH_CONTEXT_TYPE](https://www.google.com/search?num=5&q=TDH_CONTEXT_TYPE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.TDH_CONTEXT_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TDH_CONTEXT_TYPE)
[TDH_IN_TYPE](https://www.google.com/search?num=5&q=TDH_IN_TYPE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.TDH_IN_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TDH_IN_TYPE)
[TDH_OUT_TYPE](https://www.google.com/search?num=5&q=TDH_OUT_TYPE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.TDH_OUT_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TDH_OUT_TYPE)
[TEMPLATE_FLAGS](https://www.google.com/search?num=5&q=TEMPLATE_FLAGS+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.TEMPLATE_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=TEMPLATE_FLAGS)
[TOKEN_ELEVATION_TYPE](https://www.google.com/search?num=5&q=TOKEN_ELEVATION_TYPE+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.TOKEN_ELEVATION_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TOKEN_ELEVATION_TYPE)
[TOKEN_INFORMATION_CLASS](https://www.google.com/search?num=5&q=TOKEN_INFORMATION_CLASS+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.TOKEN_INFORMATION_CLASS](https://github.com/dahall/Vanara/search?l=C%23&q=TOKEN_INFORMATION_CLASS)
[TOKEN_TYPE](https://www.google.com/search?num=5&q=TOKEN_TYPE+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.TOKEN_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TOKEN_TYPE)
@ -828,7 +859,7 @@ Native Structure | Header | Managed Structure
[CREDSSP_CRED](https://www.google.com/search?num=5&q=CREDSSP_CRED+site%3Alearn.microsoft.com) | credssp.h | [Vanara.PInvoke.Secur32.CREDSSP_CRED](https://github.com/dahall/Vanara/search?l=C%23&q=CREDSSP_CRED)
[CREDSSP_CRED_EX](https://www.google.com/search?num=5&q=CREDSSP_CRED_EX+site%3Alearn.microsoft.com) | credssp.h | [Vanara.PInvoke.Secur32.CREDSSP_CRED_EX](https://github.com/dahall/Vanara/search?l=C%23&q=CREDSSP_CRED_EX)
[CtxtHandle](https://www.google.com/search?num=5&q=CtxtHandle+site%3Alearn.microsoft.com) | sspi.h | [Vanara.PInvoke.Secur32.CtxtHandle](https://github.com/dahall/Vanara/search?l=C%23&q=CtxtHandle)
[CUSTOMSCHEMATYPE](https://www.google.com/search?num=5&q=CUSTOMSCHEMATYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.EVENT_PROPERTY_INFO.CUSTOMSCHEMATYPE](https://github.com/dahall/Vanara/search?l=C%23&q=CUSTOMSCHEMATYPE)
[CUSTOMSCHEMATYPE](https://www.google.com/search?num=5&q=CUSTOMSCHEMATYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Tdh.EVENT_PROPERTY_INFO.CUSTOMSCHEMATYPE](https://github.com/dahall/Vanara/search?l=C%23&q=CUSTOMSCHEMATYPE)
[CYPHER_BLOCK](https://www.google.com/search?num=5&q=CYPHER_BLOCK+site%3Alearn.microsoft.com) | mschapp.h | [Vanara.PInvoke.AdvApi32.CYPHER_BLOCK](https://github.com/dahall/Vanara/search?l=C%23&q=CYPHER_BLOCK)
[DOMAIN_PASSWORD_INFORMATION](https://www.google.com/search?num=5&q=DOMAIN_PASSWORD_INFORMATION+site%3Alearn.microsoft.com) | ntsecapi.h | [Vanara.PInvoke.AdvApi32.DOMAIN_PASSWORD_INFORMATION](https://github.com/dahall/Vanara/search?l=C%23&q=DOMAIN_PASSWORD_INFORMATION)
[DUMMYUNION](https://www.google.com/search?num=5&q=DUMMYUNION+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.EVENT_HEADER.DUMMYUNION](https://github.com/dahall/Vanara/search?l=C%23&q=DUMMYUNION)
@ -863,9 +894,9 @@ Native Structure | Header | Managed Structure
[EVENT_HEADER_EXTENDED_DATA_ITEM](https://www.google.com/search?num=5&q=EVENT_HEADER_EXTENDED_DATA_ITEM+site%3Alearn.microsoft.com) | evntcons.h | [Vanara.PInvoke.AdvApi32.EVENT_HEADER_EXTENDED_DATA_ITEM](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_HEADER_EXTENDED_DATA_ITEM)
[EVENT_INSTANCE_HEADER](https://www.google.com/search?num=5&q=EVENT_INSTANCE_HEADER+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.EVENT_INSTANCE_HEADER](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_INSTANCE_HEADER)
[EVENT_INSTANCE_INFO](https://www.google.com/search?num=5&q=EVENT_INSTANCE_INFO+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.EVENT_INSTANCE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_INSTANCE_INFO)
[EVENT_MAP_ENTRY](https://www.google.com/search?num=5&q=EVENT_MAP_ENTRY+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.EVENT_MAP_ENTRY](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_MAP_ENTRY)
[EVENT_MAP_INFO](https://www.google.com/search?num=5&q=EVENT_MAP_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.EVENT_MAP_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_MAP_INFO)
[EVENT_PROPERTY_INFO](https://www.google.com/search?num=5&q=EVENT_PROPERTY_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.EVENT_PROPERTY_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_PROPERTY_INFO)
[EVENT_MAP_ENTRY](https://www.google.com/search?num=5&q=EVENT_MAP_ENTRY+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.EVENT_MAP_ENTRY](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_MAP_ENTRY)
[EVENT_MAP_INFO](https://www.google.com/search?num=5&q=EVENT_MAP_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.EVENT_MAP_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_MAP_INFO)
[EVENT_PROPERTY_INFO](https://www.google.com/search?num=5&q=EVENT_PROPERTY_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.EVENT_PROPERTY_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_PROPERTY_INFO)
[EVENT_RECORD](https://www.google.com/search?num=5&q=EVENT_RECORD+site%3Alearn.microsoft.com) | evntcons.h | [Vanara.PInvoke.AdvApi32.EVENT_RECORD](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_RECORD)
[EVENT_TRACE](https://www.google.com/search?num=5&q=EVENT_TRACE+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.EVENT_TRACE](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_TRACE)
[EVENT_TRACE_HEADER](https://www.google.com/search?num=5&q=EVENT_TRACE_HEADER+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.EVENT_TRACE_HEADER](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT_TRACE_HEADER)
@ -926,12 +957,12 @@ Native Structure | Header | Managed Structure
[MANAGEDAPPLICATION](https://www.google.com/search?num=5&q=MANAGEDAPPLICATION+site%3Alearn.microsoft.com) | appmgmt.h | [Vanara.PInvoke.AdvApi32.MANAGEDAPPLICATION](https://github.com/dahall/Vanara/search?l=C%23&q=MANAGEDAPPLICATION)
[MOF_FIELD](https://www.google.com/search?num=5&q=MOF_FIELD+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.MOF_FIELD](https://github.com/dahall/Vanara/search?l=C%23&q=MOF_FIELD)
[MSV1_0_INTERACTIVE_LOGON](https://www.google.com/search?num=5&q=MSV1_0_INTERACTIVE_LOGON+site%3Alearn.microsoft.com) | ntsecapi.h | [Vanara.PInvoke.Secur32.MSV1_0_INTERACTIVE_LOGON](https://github.com/dahall/Vanara/search?l=C%23&q=MSV1_0_INTERACTIVE_LOGON)
[NONSTRUCTTYPE](https://www.google.com/search?num=5&q=NONSTRUCTTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.EVENT_PROPERTY_INFO.NONSTRUCTTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=NONSTRUCTTYPE)
[NONSTRUCTTYPE](https://www.google.com/search?num=5&q=NONSTRUCTTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Tdh.EVENT_PROPERTY_INFO.NONSTRUCTTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=NONSTRUCTTYPE)
[OBJECTS_AND_NAME](https://www.google.com/search?num=5&q=OBJECTS_AND_NAME+site%3Alearn.microsoft.com) | accctrl.h | [Vanara.PInvoke.AdvApi32.OBJECTS_AND_NAME](https://github.com/dahall/Vanara/search?l=C%23&q=OBJECTS_AND_NAME)
[OBJECTS_AND_SID](https://www.google.com/search?num=5&q=OBJECTS_AND_SID+site%3Alearn.microsoft.com) | accctrl.h | [Vanara.PInvoke.AdvApi32.OBJECTS_AND_SID](https://github.com/dahall/Vanara/search?l=C%23&q=OBJECTS_AND_SID)
[OPERATION_END_PARAMETERS](https://www.google.com/search?num=5&q=OPERATION_END_PARAMETERS+site%3Alearn.microsoft.com) | winbase.h | [Vanara.PInvoke.AdvApi32.OPERATION_END_PARAMETERS](https://github.com/dahall/Vanara/search?l=C%23&q=OPERATION_END_PARAMETERS)
[OPERATION_START_PARAMETERS](https://www.google.com/search?num=5&q=OPERATION_START_PARAMETERS+site%3Alearn.microsoft.com) | winbase.h | [Vanara.PInvoke.AdvApi32.OPERATION_START_PARAMETERS](https://github.com/dahall/Vanara/search?l=C%23&q=OPERATION_START_PARAMETERS)
[PAYLOAD_FILTER_PREDICATE](https://www.google.com/search?num=5&q=PAYLOAD_FILTER_PREDICATE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.PAYLOAD_FILTER_PREDICATE](https://github.com/dahall/Vanara/search?l=C%23&q=PAYLOAD_FILTER_PREDICATE)
[PAYLOAD_FILTER_PREDICATE](https://www.google.com/search?num=5&q=PAYLOAD_FILTER_PREDICATE+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PAYLOAD_FILTER_PREDICATE](https://github.com/dahall/Vanara/search?l=C%23&q=PAYLOAD_FILTER_PREDICATE)
[PERF_COUNTER_DATA](https://www.google.com/search?num=5&q=PERF_COUNTER_DATA+site%3Alearn.microsoft.com) | perflib.h | [Vanara.PInvoke.AdvApi32.PERF_COUNTER_DATA](https://github.com/dahall/Vanara/search?l=C%23&q=PERF_COUNTER_DATA)
[PERF_COUNTER_HEADER](https://www.google.com/search?num=5&q=PERF_COUNTER_HEADER+site%3Alearn.microsoft.com) | perflib.h | [Vanara.PInvoke.AdvApi32.PERF_COUNTER_HEADER](https://github.com/dahall/Vanara/search?l=C%23&q=PERF_COUNTER_HEADER)
[PERF_COUNTER_IDENTIFIER](https://www.google.com/search?num=5&q=PERF_COUNTER_IDENTIFIER+site%3Alearn.microsoft.com) | perflib.h | [Vanara.PInvoke.AdvApi32.PERF_COUNTER_IDENTIFIER](https://github.com/dahall/Vanara/search?l=C%23&q=PERF_COUNTER_IDENTIFIER)
@ -960,14 +991,14 @@ Native Structure | Header | Managed Structure
[POLICY_MODIFICATION_INFO](https://www.google.com/search?num=5&q=POLICY_MODIFICATION_INFO+site%3Alearn.microsoft.com) | ntsecapi.h | [Vanara.PInvoke.AdvApi32.POLICY_MODIFICATION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=POLICY_MODIFICATION_INFO)
[PRIVILEGE_SET](https://www.google.com/search?num=5&q=PRIVILEGE_SET+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.PRIVILEGE_SET](https://github.com/dahall/Vanara/search?l=C%23&q=PRIVILEGE_SET)
[PROFILE_SOURCE_INFO](https://www.google.com/search?num=5&q=PROFILE_SOURCE_INFO+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.PROFILE_SOURCE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROFILE_SOURCE_INFO)
[PROPERTY_DATA_DESCRIPTOR](https://www.google.com/search?num=5&q=PROPERTY_DATA_DESCRIPTOR+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.PROPERTY_DATA_DESCRIPTOR](https://github.com/dahall/Vanara/search?l=C%23&q=PROPERTY_DATA_DESCRIPTOR)
[PROPERTY_DATA_DESCRIPTOR](https://www.google.com/search?num=5&q=PROPERTY_DATA_DESCRIPTOR+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PROPERTY_DATA_DESCRIPTOR](https://github.com/dahall/Vanara/search?l=C%23&q=PROPERTY_DATA_DESCRIPTOR)
[PROV_ENUMALGS](https://www.google.com/search?num=5&q=PROV_ENUMALGS+site%3Alearn.microsoft.com) | wincrypt.h | [Vanara.PInvoke.AdvApi32.PROV_ENUMALGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROV_ENUMALGS)
[PROV_ENUMALGS_EX](https://www.google.com/search?num=5&q=PROV_ENUMALGS_EX+site%3Alearn.microsoft.com) | wincrypt.h | [Vanara.PInvoke.AdvApi32.PROV_ENUMALGS_EX](https://github.com/dahall/Vanara/search?l=C%23&q=PROV_ENUMALGS_EX)
[PROVIDER_ENUMERATION_INFO](https://www.google.com/search?num=5&q=PROVIDER_ENUMERATION_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.PROVIDER_ENUMERATION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_ENUMERATION_INFO)
[PROVIDER_EVENT_INFO](https://www.google.com/search?num=5&q=PROVIDER_EVENT_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.PROVIDER_EVENT_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_EVENT_INFO)
[PROVIDER_FIELD_INFO](https://www.google.com/search?num=5&q=PROVIDER_FIELD_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.PROVIDER_FIELD_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_FIELD_INFO)
[PROVIDER_FIELD_INFOARRAY](https://www.google.com/search?num=5&q=PROVIDER_FIELD_INFOARRAY+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.PROVIDER_FIELD_INFOARRAY](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_FIELD_INFOARRAY)
[PROVIDER_FILTER_INFO](https://www.google.com/search?num=5&q=PROVIDER_FILTER_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.PROVIDER_FILTER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_FILTER_INFO)
[PROVIDER_ENUMERATION_INFO](https://www.google.com/search?num=5&q=PROVIDER_ENUMERATION_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PROVIDER_ENUMERATION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_ENUMERATION_INFO)
[PROVIDER_EVENT_INFO](https://www.google.com/search?num=5&q=PROVIDER_EVENT_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PROVIDER_EVENT_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_EVENT_INFO)
[PROVIDER_FIELD_INFO](https://www.google.com/search?num=5&q=PROVIDER_FIELD_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PROVIDER_FIELD_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_FIELD_INFO)
[PROVIDER_FIELD_INFOARRAY](https://www.google.com/search?num=5&q=PROVIDER_FIELD_INFOARRAY+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PROVIDER_FIELD_INFOARRAY](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_FIELD_INFOARRAY)
[PROVIDER_FILTER_INFO](https://www.google.com/search?num=5&q=PROVIDER_FILTER_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.PROVIDER_FILTER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_FILTER_INFO)
[PSEC_WINNT_AUTH_IDENTITY_OPAQUE](https://www.google.com/search?num=5&q=PSEC_WINNT_AUTH_IDENTITY_OPAQUE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Secur32.PSEC_WINNT_AUTH_IDENTITY_OPAQUE](https://github.com/dahall/Vanara/search?l=C%23&q=PSEC_WINNT_AUTH_IDENTITY_OPAQUE)
[PSID_IDENTIFIER_AUTHORITY](https://www.google.com/search?num=5&q=PSID_IDENTIFIER_AUTHORITY+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.PSID_IDENTIFIER_AUTHORITY](https://github.com/dahall/Vanara/search?l=C%23&q=PSID_IDENTIFIER_AUTHORITY)
[QUERY_SERVICE_CONFIG](https://www.google.com/search?num=5&q=QUERY_SERVICE_CONFIG+site%3Alearn.microsoft.com) | Winsvc.h | [Vanara.PInvoke.AdvApi32.QUERY_SERVICE_CONFIG](https://github.com/dahall/Vanara/search?l=C%23&q=QUERY_SERVICE_CONFIG)
@ -1057,7 +1088,7 @@ Native Structure | Header | Managed Structure
[SID](https://www.google.com/search?num=5&q=SID+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.SID](https://github.com/dahall/Vanara/search?l=C%23&q=SID)
[SID_AND_ATTRIBUTES](https://www.google.com/search?num=5&q=SID_AND_ATTRIBUTES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.SID_AND_ATTRIBUTES](https://github.com/dahall/Vanara/search?l=C%23&q=SID_AND_ATTRIBUTES)
[SID_IDENTIFIER_AUTHORITY](https://www.google.com/search?num=5&q=SID_IDENTIFIER_AUTHORITY+site%3Alearn.microsoft.com) | Winnt.h | [Vanara.PInvoke.AdvApi32.SID_IDENTIFIER_AUTHORITY](https://github.com/dahall/Vanara/search?l=C%23&q=SID_IDENTIFIER_AUTHORITY)
[STRUCTTYPE](https://www.google.com/search?num=5&q=STRUCTTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.EVENT_PROPERTY_INFO.STRUCTTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=STRUCTTYPE)
[STRUCTTYPE](https://www.google.com/search?num=5&q=STRUCTTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Tdh.EVENT_PROPERTY_INFO.STRUCTTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=STRUCTTYPE)
[SYSTEM_ALARM_ACE](https://www.google.com/search?num=5&q=SYSTEM_ALARM_ACE+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.SYSTEM_ALARM_ACE](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEM_ALARM_ACE)
[SYSTEM_ALARM_CALLBACK_ACE](https://www.google.com/search?num=5&q=SYSTEM_ALARM_CALLBACK_ACE+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.SYSTEM_ALARM_CALLBACK_ACE](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEM_ALARM_CALLBACK_ACE)
[SYSTEM_ALARM_CALLBACK_OBJECT_ACE](https://www.google.com/search?num=5&q=SYSTEM_ALARM_CALLBACK_OBJECT_ACE+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.SYSTEM_ALARM_CALLBACK_OBJECT_ACE](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEM_ALARM_CALLBACK_OBJECT_ACE)
@ -1066,7 +1097,8 @@ Native Structure | Header | Managed Structure
[SYSTEM_AUDIT_CALLBACK_ACE](https://www.google.com/search?num=5&q=SYSTEM_AUDIT_CALLBACK_ACE+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.SYSTEM_AUDIT_CALLBACK_ACE](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEM_AUDIT_CALLBACK_ACE)
[SYSTEM_AUDIT_CALLBACK_OBJECT_ACE](https://www.google.com/search?num=5&q=SYSTEM_AUDIT_CALLBACK_OBJECT_ACE+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.SYSTEM_AUDIT_CALLBACK_OBJECT_ACE](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEM_AUDIT_CALLBACK_OBJECT_ACE)
[SYSTEM_AUDIT_OBJECT_ACE](https://www.google.com/search?num=5&q=SYSTEM_AUDIT_OBJECT_ACE+site%3Alearn.microsoft.com) | winnt.h | [Vanara.PInvoke.AdvApi32.SYSTEM_AUDIT_OBJECT_ACE](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEM_AUDIT_OBJECT_ACE)
[TDH_CONTEXT](https://www.google.com/search?num=5&q=TDH_CONTEXT+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.TDH_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=TDH_CONTEXT)
[TDH_CONTEXT](https://www.google.com/search?num=5&q=TDH_CONTEXT+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.TDH_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=TDH_CONTEXT)
[TDH_HANDLE](https://www.google.com/search?num=5&q=TDH_HANDLE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Tdh.TDH_HANDLE](https://github.com/dahall/Vanara/search?l=C%23&q=TDH_HANDLE)
[THREADOBJECT](https://www.google.com/search?num=5&q=THREADOBJECT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.WAITCHAIN_NODE_INFO.THREADOBJECT](https://github.com/dahall/Vanara/search?l=C%23&q=THREADOBJECT)
[TOKEN_ACCESS_INFORMATION](https://www.google.com/search?num=5&q=TOKEN_ACCESS_INFORMATION+site%3Alearn.microsoft.com) | WinNT.h | [Vanara.PInvoke.AdvApi32.TOKEN_ACCESS_INFORMATION](https://github.com/dahall/Vanara/search?l=C%23&q=TOKEN_ACCESS_INFORMATION)
[TOKEN_APPCONTAINER_INFORMATION](https://www.google.com/search?num=5&q=TOKEN_APPCONTAINER_INFORMATION+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.TOKEN_APPCONTAINER_INFORMATION](https://github.com/dahall/Vanara/search?l=C%23&q=TOKEN_APPCONTAINER_INFORMATION)
@ -1085,14 +1117,14 @@ Native Structure | Header | Managed Structure
[TOKEN_STATISTICS](https://www.google.com/search?num=5&q=TOKEN_STATISTICS+site%3Alearn.microsoft.com) | WinNT.h | [Vanara.PInvoke.AdvApi32.TOKEN_STATISTICS](https://github.com/dahall/Vanara/search?l=C%23&q=TOKEN_STATISTICS)
[TOKEN_USER](https://www.google.com/search?num=5&q=TOKEN_USER+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.AdvApi32.TOKEN_USER](https://github.com/dahall/Vanara/search?l=C%23&q=TOKEN_USER)
[TRACE_ENABLE_INFO](https://www.google.com/search?num=5&q=TRACE_ENABLE_INFO+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_ENABLE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_ENABLE_INFO)
[TRACE_EVENT_INFO](https://www.google.com/search?num=5&q=TRACE_EVENT_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.TRACE_EVENT_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_EVENT_INFO)
[TRACE_EVENT_INFO](https://www.google.com/search?num=5&q=TRACE_EVENT_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.TRACE_EVENT_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_EVENT_INFO)
[TRACE_GUID_INFO](https://www.google.com/search?num=5&q=TRACE_GUID_INFO+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_GUID_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_GUID_INFO)
[TRACE_GUID_PROPERTIES](https://www.google.com/search?num=5&q=TRACE_GUID_PROPERTIES+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_GUID_PROPERTIES](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_GUID_PROPERTIES)
[TRACE_GUID_REGISTRATION](https://www.google.com/search?num=5&q=TRACE_GUID_REGISTRATION+site%3Alearn.microsoft.com) | Evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_GUID_REGISTRATION](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_GUID_REGISTRATION)
[TRACE_LOGFILE_HEADER](https://www.google.com/search?num=5&q=TRACE_LOGFILE_HEADER+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_LOGFILE_HEADER](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_LOGFILE_HEADER)
[TRACE_PERIODIC_CAPTURE_STATE_INFO](https://www.google.com/search?num=5&q=TRACE_PERIODIC_CAPTURE_STATE_INFO+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_PERIODIC_CAPTURE_STATE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_PERIODIC_CAPTURE_STATE_INFO)
[TRACE_PROFILE_INTERVAL](https://www.google.com/search?num=5&q=TRACE_PROFILE_INTERVAL+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_PROFILE_INTERVAL](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_PROFILE_INTERVAL)
[TRACE_PROVIDER_INFO](https://www.google.com/search?num=5&q=TRACE_PROVIDER_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.AdvApi32.TRACE_PROVIDER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_PROVIDER_INFO)
[TRACE_PROVIDER_INFO](https://www.google.com/search?num=5&q=TRACE_PROVIDER_INFO+site%3Alearn.microsoft.com) | tdh.h | [Vanara.PInvoke.Tdh.TRACE_PROVIDER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_PROVIDER_INFO)
[TRACE_PROVIDER_INSTANCE_INFO](https://www.google.com/search?num=5&q=TRACE_PROVIDER_INSTANCE_INFO+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_PROVIDER_INSTANCE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_PROVIDER_INSTANCE_INFO)
[TRACE_VERSION_INFO](https://www.google.com/search?num=5&q=TRACE_VERSION_INFO+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACE_VERSION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=TRACE_VERSION_INFO)
[TRACEHANDLE](https://www.google.com/search?num=5&q=TRACEHANDLE+site%3Alearn.microsoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.TRACEHANDLE](https://github.com/dahall/Vanara/search?l=C%23&q=TRACEHANDLE)

File diff suppressed because one or more lines are too long

View File

@ -155,7 +155,7 @@ Native Method | Header | Managed Method
[GetCaretBlinkTime](https://www.google.com/search?num=5&q=GetCaretBlinkTime+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetCaretBlinkTime](https://github.com/dahall/Vanara/search?l=C%23&q=GetCaretBlinkTime)
[GetCaretPos](https://www.google.com/search?num=5&q=GetCaretPos+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetCaretPos](https://github.com/dahall/Vanara/search?l=C%23&q=GetCaretPos)
[GetClassInfo](https://www.google.com/search?num=5&q=GetClassInfoA+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetClassInfo](https://github.com/dahall/Vanara/search?l=C%23&q=GetClassInfo)
[GetClassInfoEx](https://www.google.com/search?num=5&q=GetClassInfoExA+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetClassInfoEx](https://github.com/dahall/Vanara/search?l=C%23&q=GetClassInfoEx)
[GetClassInfoEx](https://www.google.com/search?num=5&q=GetClassInfoExA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.GetClassInfoEx](https://github.com/dahall/Vanara/search?l=C%23&q=GetClassInfoEx)
[GetClassLong](https://www.google.com/search?num=5&q=GetClassLong+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetClassLong32](https://github.com/dahall/Vanara/search?l=C%23&q=GetClassLong32)
[GetClassLongPtr](https://www.google.com/search?num=5&q=GetClassLongPtrA+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetClassLongPtr](https://github.com/dahall/Vanara/search?l=C%23&q=GetClassLongPtr)
[GetClassName](https://www.google.com/search?num=5&q=GetClassNameA+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetClassName](https://github.com/dahall/Vanara/search?l=C%23&q=GetClassName)
@ -623,8 +623,10 @@ Native Enum | Header | Managed Enum
[FVIRT](https://www.google.com/search?num=5&q=FVIRT+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.FVIRT](https://github.com/dahall/Vanara/search?l=C%23&q=FVIRT)
[GC](https://www.google.com/search?num=5&q=GC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.GC](https://github.com/dahall/Vanara/search?l=C%23&q=GC)
[GCF](https://www.google.com/search?num=5&q=GCF+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GCF](https://github.com/dahall/Vanara/search?l=C%23&q=GCF)
[GCW](https://www.google.com/search?num=5&q=GCW+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GCW](https://github.com/dahall/Vanara/search?l=C%23&q=GCW)
[GestureVisualization](https://www.google.com/search?num=5&q=GestureVisualization+site%3Alearn.microsoft.com) | Winuser.h | [Vanara.PInvoke.User32.GestureVisualization](https://github.com/dahall/Vanara/search?l=C%23&q=GestureVisualization)
[GetAncestorFlag](https://www.google.com/search?num=5&q=GetAncestorFlag+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetAncestorFlag](https://github.com/dahall/Vanara/search?l=C%23&q=GetAncestorFlag)
[GetClassLongFlag](https://www.google.com/search?num=5&q=GetClassLongFlag+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetClassLongFlag](https://github.com/dahall/Vanara/search?l=C%23&q=GetClassLongFlag)
[GetMenuDefaultItemFlags](https://www.google.com/search?num=5&q=GetMenuDefaultItemFlags+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetMenuDefaultItemFlags](https://github.com/dahall/Vanara/search?l=C%23&q=GetMenuDefaultItemFlags)
[GetWindowCmd](https://www.google.com/search?num=5&q=GetWindowCmd+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetWindowCmd](https://github.com/dahall/Vanara/search?l=C%23&q=GetWindowCmd)
[GF](https://www.google.com/search?num=5&q=GF+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GF](https://github.com/dahall/Vanara/search?l=C%23&q=GF)
@ -890,8 +892,10 @@ Native Class | Header | Managed Class
[BasicMessageWindow](https://www.google.com/search?num=5&q=BasicMessageWindow+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.BasicMessageWindow](https://github.com/dahall/Vanara/search?l=C%23&q=BasicMessageWindow)
[DRAWTEXTPARAMS](https://www.google.com/search?num=5&q=DRAWTEXTPARAMS+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.DRAWTEXTPARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=DRAWTEXTPARAMS)
[EventConstants](https://www.google.com/search?num=5&q=EventConstants+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.EventConstants](https://github.com/dahall/Vanara/search?l=C%23&q=EventConstants)
[ExaminedMessagePump](https://www.google.com/search?num=5&q=ExaminedMessagePump+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.ExaminedMessagePump](https://github.com/dahall/Vanara/search?l=C%23&q=ExaminedMessagePump)
[ICONINFO](https://www.google.com/search?num=5&q=ICONINFO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.ICONINFO](https://github.com/dahall/Vanara/search?l=C%23&q=ICONINFO)
[LOGFONTExtension](https://www.google.com/search?num=5&q=LOGFONTExtension+site%3Alearn.microsoft.com) | | [Vanara.Extensions.LOGFONTExtension](https://github.com/dahall/Vanara/search?l=C%23&q=LOGFONTExtension)
[MessagePump](https://www.google.com/search?num=5&q=MessagePump+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.MessagePump](https://github.com/dahall/Vanara/search?l=C%23&q=MessagePump)
[ObjectIdentifiers](https://www.google.com/search?num=5&q=ObjectIdentifiers+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.ObjectIdentifiers](https://github.com/dahall/Vanara/search?l=C%23&q=ObjectIdentifiers)
[SafeHACCEL](https://www.google.com/search?num=5&q=SafeHACCEL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.SafeHACCEL](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHACCEL)
[SafeHCURSOR](https://www.google.com/search?num=5&q=SafeHCURSOR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.SafeHCURSOR](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHCURSOR)
@ -910,4 +914,6 @@ Native Class | Header | Managed Class
[StandardCursor](https://www.google.com/search?num=5&q=StandardCursor+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.StandardCursor](https://github.com/dahall/Vanara/search?l=C%23&q=StandardCursor)
[SystemEventHandler](https://www.google.com/search?num=5&q=SystemEventHandler+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.SystemEventHandler](https://github.com/dahall/Vanara/search?l=C%23&q=SystemEventHandler)
[TPMPARAMS](https://www.google.com/search?num=5&q=TPMPARAMS+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.TPMPARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=TPMPARAMS)
[VisibleWindow](https://www.google.com/search?num=5&q=VisibleWindow+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.VisibleWindow](https://github.com/dahall/Vanara/search?l=C%23&q=VisibleWindow)
[WindowBase](https://www.google.com/search?num=5&q=WindowBase+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WindowBase](https://github.com/dahall/Vanara/search?l=C%23&q=WindowBase)
[WindowClass](https://www.google.com/search?num=5&q=WindowClass+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WindowClass](https://github.com/dahall/Vanara/search?l=C%23&q=WindowClass)

File diff suppressed because one or more lines are too long

View File

@ -86,42 +86,234 @@ Native Method | Header | Managed Method
### Enumerations
Native Enum | Header | Managed Enum
--- | --- | ---
[AEROWIZARDPARTS](https://www.google.com/search?num=5&q=AEROWIZARDPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.AEROWIZARDPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=AEROWIZARDPARTS)
[ARROWBTNSTATES](https://www.google.com/search?num=5&q=ARROWBTNSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.ARROWBTNSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=ARROWBTNSTATES)
[BACKGROUNDSTATES](https://www.google.com/search?num=5&q=BACKGROUNDSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BACKGROUNDSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BACKGROUNDSTATES)
[BACKGROUNDWITHBORDERSTATES](https://www.google.com/search?num=5&q=BACKGROUNDWITHBORDERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BACKGROUNDWITHBORDERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BACKGROUNDWITHBORDERSTATES)
[BALLOONSTATES](https://www.google.com/search?num=5&q=BALLOONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BALLOONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BALLOONSTATES)
[BALLOONSTEMSTATES](https://www.google.com/search?num=5&q=BALLOONSTEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BALLOONSTEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BALLOONSTEMSTATES)
[BARBACKGROUNDSTATES](https://www.google.com/search?num=5&q=BARBACKGROUNDSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BARBACKGROUNDSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BARBACKGROUNDSTATES)
[BARITEMSTATES](https://www.google.com/search?num=5&q=BARITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BARITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BARITEMSTATES)
[BGTYPE](https://www.google.com/search?num=5&q=BGTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BGTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=BGTYPE)
[BODYSTATES](https://www.google.com/search?num=5&q=BODYSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BODYSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BODYSTATES)
[BORDER_HSCROLLSTATES](https://www.google.com/search?num=5&q=BORDER_HSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BORDER_HSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BORDER_HSCROLLSTATES)
[BORDER_HVSCROLLSTATES](https://www.google.com/search?num=5&q=BORDER_HVSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BORDER_HVSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BORDER_HVSCROLLSTATES)
[BORDER_NOSCROLLSTATES](https://www.google.com/search?num=5&q=BORDER_NOSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BORDER_NOSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BORDER_NOSCROLLSTATES)
[BORDER_VSCROLLSTATES](https://www.google.com/search?num=5&q=BORDER_VSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BORDER_VSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BORDER_VSCROLLSTATES)
[BORDERSTATES](https://www.google.com/search?num=5&q=BORDERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BORDERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=BORDERSTATES)
[BORDERTYPE](https://www.google.com/search?num=5&q=BORDERTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BORDERTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=BORDERTYPE)
[BP_ANIMATIONSTYLE](https://www.google.com/search?num=5&q=BP_ANIMATIONSTYLE+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.BP_ANIMATIONSTYLE](https://github.com/dahall/Vanara/search?l=C%23&q=BP_ANIMATIONSTYLE)
[BP_BUFFERFORMAT](https://www.google.com/search?num=5&q=BP_BUFFERFORMAT+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.BP_BUFFERFORMAT](https://github.com/dahall/Vanara/search?l=C%23&q=BP_BUFFERFORMAT)
[BufferedPaintParamsFlags](https://www.google.com/search?num=5&q=BufferedPaintParamsFlags+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.BufferedPaintParamsFlags](https://github.com/dahall/Vanara/search?l=C%23&q=BufferedPaintParamsFlags)
[BUTTONPARTS](https://www.google.com/search?num=5&q=BUTTONPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.BUTTONPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=BUTTONPARTS)
[CAPTIONSTATES](https://www.google.com/search?num=5&q=CAPTIONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CAPTIONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CAPTIONSTATES)
[CHECKBOXSTATES](https://www.google.com/search?num=5&q=CHECKBOXSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CHECKBOXSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CHECKBOXSTATES)
[CHEVRONSTATES](https://www.google.com/search?num=5&q=CHEVRONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CHEVRONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CHEVRONSTATES)
[CHEVRONVERTSTATES](https://www.google.com/search?num=5&q=CHEVRONVERTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CHEVRONVERTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CHEVRONVERTSTATES)
[CLOSEBUTTONSTATES](https://www.google.com/search?num=5&q=CLOSEBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CLOSEBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CLOSEBUTTONSTATES)
[CLOSESTATES](https://www.google.com/search?num=5&q=CLOSESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CLOSESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CLOSESTATES)
[COLLAPSEBUTTONSTATES](https://www.google.com/search?num=5&q=COLLAPSEBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.COLLAPSEBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=COLLAPSEBUTTONSTATES)
[COMBOBOXPARTS](https://www.google.com/search?num=5&q=COMBOBOXPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.COMBOBOXPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=COMBOBOXPARTS)
[COMBOBOXSTYLESTATES](https://www.google.com/search?num=5&q=COMBOBOXSTYLESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.COMBOBOXSTYLESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=COMBOBOXSTYLESTATES)
[COMMANDLINKGLYPHSTATES](https://www.google.com/search?num=5&q=COMMANDLINKGLYPHSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.COMMANDLINKGLYPHSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=COMMANDLINKGLYPHSTATES)
[COMMANDLINKSTATES](https://www.google.com/search?num=5&q=COMMANDLINKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.COMMANDLINKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=COMMANDLINKSTATES)
[COMMUNICATIONSPARTS](https://www.google.com/search?num=5&q=COMMUNICATIONSPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.COMMUNICATIONSPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=COMMUNICATIONSPARTS)
[CONTENTALIGNMENT](https://www.google.com/search?num=5&q=CONTENTALIGNMENT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CONTENTALIGNMENT](https://github.com/dahall/Vanara/search?l=C%23&q=CONTENTALIGNMENT)
[CONTENTAREASTATES](https://www.google.com/search?num=5&q=CONTENTAREASTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CONTENTAREASTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CONTENTAREASTATES)
[CONTENTLINKSTATES](https://www.google.com/search?num=5&q=CONTENTLINKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CONTENTLINKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CONTENTLINKSTATES)
[CONTENTPANESTATES](https://www.google.com/search?num=5&q=CONTENTPANESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CONTENTPANESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CONTENTPANESTATES)
[CONTROLLABELSTATES](https://www.google.com/search?num=5&q=CONTROLLABELSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CONTROLLABELSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CONTROLLABELSTATES)
[CONTROLPANELPARTS](https://www.google.com/search?num=5&q=CONTROLPANELPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CONTROLPANELPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=CONTROLPANELPARTS)
[COPYSTATES](https://www.google.com/search?num=5&q=COPYSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.COPYSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=COPYSTATES)
[CREATELINKSTATES](https://www.google.com/search?num=5&q=CREATELINKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CREATELINKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CREATELINKSTATES)
[CUEBANNERSTATES](https://www.google.com/search?num=5&q=CUEBANNERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.CUEBANNERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=CUEBANNERSTATES)
[DATEBORDERSTATES](https://www.google.com/search?num=5&q=DATEBORDERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DATEBORDERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=DATEBORDERSTATES)
[DATEPICKERPARTS](https://www.google.com/search?num=5&q=DATEPICKERPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DATEPICKERPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=DATEPICKERPARTS)
[DATETEXTSTATES](https://www.google.com/search?num=5&q=DATETEXTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DATETEXTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=DATETEXTSTATES)
[DOWNHORZSTATES](https://www.google.com/search?num=5&q=DOWNHORZSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DOWNHORZSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=DOWNHORZSTATES)
[DOWNSTATES](https://www.google.com/search?num=5&q=DOWNSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DOWNSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=DOWNSTATES)
[DRAGDROPPARTS](https://www.google.com/search?num=5&q=DRAGDROPPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DRAGDROPPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=DRAGDROPPARTS)
[DrawThemeBackgroundFlags](https://www.google.com/search?num=5&q=DrawThemeBackgroundFlags+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.DrawThemeBackgroundFlags](https://github.com/dahall/Vanara/search?l=C%23&q=DrawThemeBackgroundFlags)
[DrawThemeParentBackgroundFlags](https://www.google.com/search?num=5&q=DrawThemeParentBackgroundFlags+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.DrawThemeParentBackgroundFlags](https://github.com/dahall/Vanara/search?l=C%23&q=DrawThemeParentBackgroundFlags)
[DrawThemeTextOptionsMasks](https://www.google.com/search?num=5&q=DrawThemeTextOptionsMasks+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.DrawThemeTextOptionsMasks](https://github.com/dahall/Vanara/search?l=C%23&q=DrawThemeTextOptionsMasks)
[DROPDOWNBUTTONLEFTSTATES](https://www.google.com/search?num=5&q=DROPDOWNBUTTONLEFTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DROPDOWNBUTTONLEFTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=DROPDOWNBUTTONLEFTSTATES)
[DROPDOWNBUTTONRIGHTSTATES](https://www.google.com/search?num=5&q=DROPDOWNBUTTONRIGHTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DROPDOWNBUTTONRIGHTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=DROPDOWNBUTTONRIGHTSTATES)
[DROPDOWNITEMSTATES](https://www.google.com/search?num=5&q=DROPDOWNITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.DROPDOWNITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=DROPDOWNITEMSTATES)
[EDITBORDER_HSCROLLSTATES](https://www.google.com/search?num=5&q=EDITBORDER_HSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EDITBORDER_HSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=EDITBORDER_HSCROLLSTATES)
[EDITBORDER_HVSCROLLSTATES](https://www.google.com/search?num=5&q=EDITBORDER_HVSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EDITBORDER_HVSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=EDITBORDER_HVSCROLLSTATES)
[EDITBORDER_NOSCROLLSTATES](https://www.google.com/search?num=5&q=EDITBORDER_NOSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EDITBORDER_NOSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=EDITBORDER_NOSCROLLSTATES)
[EDITBORDER_VSCROLLSTATES](https://www.google.com/search?num=5&q=EDITBORDER_VSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EDITBORDER_VSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=EDITBORDER_VSCROLLSTATES)
[EDITPARTS](https://www.google.com/search?num=5&q=EDITPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EDITPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=EDITPARTS)
[EDITTEXTSTATES](https://www.google.com/search?num=5&q=EDITTEXTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EDITTEXTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=EDITTEXTSTATES)
[EXPANDBUTTONSTATES](https://www.google.com/search?num=5&q=EXPANDBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EXPANDBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=EXPANDBUTTONSTATES)
[EXPANDOBUTTONSTATES](https://www.google.com/search?num=5&q=EXPANDOBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EXPANDOBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=EXPANDOBUTTONSTATES)
[EXPLORERBARPARTS](https://www.google.com/search?num=5&q=EXPLORERBARPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.EXPLORERBARPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=EXPLORERBARPARTS)
[FILLSTATES](https://www.google.com/search?num=5&q=FILLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.FILLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=FILLSTATES)
[FILLTYPE](https://www.google.com/search?num=5&q=FILLTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.FILLTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=FILLTYPE)
[FILLVERTSTATES](https://www.google.com/search?num=5&q=FILLVERTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.FILLVERTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=FILLVERTSTATES)
[FLYOUTPARTS](https://www.google.com/search?num=5&q=FLYOUTPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.FLYOUTPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=FLYOUTPARTS)
[FRAMEBOTTOMSTATES](https://www.google.com/search?num=5&q=FRAMEBOTTOMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.FRAMEBOTTOMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=FRAMEBOTTOMSTATES)
[FRAMELEFTSTATES](https://www.google.com/search?num=5&q=FRAMELEFTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.FRAMELEFTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=FRAMELEFTSTATES)
[FRAMERIGHTSTATES](https://www.google.com/search?num=5&q=FRAMERIGHTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.FRAMERIGHTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=FRAMERIGHTSTATES)
[FRAMESTATES](https://www.google.com/search?num=5&q=FRAMESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.FRAMESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=FRAMESTATES)
[GBF](https://www.google.com/search?num=5&q=GBF+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.GBF](https://github.com/dahall/Vanara/search?l=C%23&q=GBF)
[GLYPHFONTSIZINGTYPE](https://www.google.com/search?num=5&q=GLYPHFONTSIZINGTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.GLYPHFONTSIZINGTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GLYPHFONTSIZINGTYPE)
[GLYPHSTATES](https://www.google.com/search?num=5&q=GLYPHSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.GLYPHSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=GLYPHSTATES)
[GLYPHTYPE](https://www.google.com/search?num=5&q=GLYPHTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.GLYPHTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GLYPHTYPE)
[GRIPPERSTATES](https://www.google.com/search?num=5&q=GRIPPERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.GRIPPERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=GRIPPERSTATES)
[GROUPBOXSTATES](https://www.google.com/search?num=5&q=GROUPBOXSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.GROUPBOXSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=GROUPBOXSTATES)
[GROUPHEADERLINESTATES](https://www.google.com/search?num=5&q=GROUPHEADERLINESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.GROUPHEADERLINESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=GROUPHEADERLINESTATES)
[GROUPHEADERSTATES](https://www.google.com/search?num=5&q=GROUPHEADERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.GROUPHEADERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=GROUPHEADERSTATES)
[HALIGN](https://www.google.com/search?num=5&q=HALIGN+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HALIGN](https://github.com/dahall/Vanara/search?l=C%23&q=HALIGN)
[HEADERAREASTATES](https://www.google.com/search?num=5&q=HEADERAREASTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERAREASTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERAREASTATES)
[HEADERCLOSESTATES](https://www.google.com/search?num=5&q=HEADERCLOSESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERCLOSESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERCLOSESTATES)
[HEADERDROPDOWNFILTERSTATES](https://www.google.com/search?num=5&q=HEADERDROPDOWNFILTERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERDROPDOWNFILTERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERDROPDOWNFILTERSTATES)
[HEADERDROPDOWNSTATES](https://www.google.com/search?num=5&q=HEADERDROPDOWNSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERDROPDOWNSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERDROPDOWNSTATES)
[HEADERITEMLEFTSTATES](https://www.google.com/search?num=5&q=HEADERITEMLEFTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERITEMLEFTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERITEMLEFTSTATES)
[HEADERITEMRIGHTSTATES](https://www.google.com/search?num=5&q=HEADERITEMRIGHTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERITEMRIGHTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERITEMRIGHTSTATES)
[HEADERITEMSTATES](https://www.google.com/search?num=5&q=HEADERITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERITEMSTATES)
[HEADEROVERFLOWSTATES](https://www.google.com/search?num=5&q=HEADEROVERFLOWSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADEROVERFLOWSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADEROVERFLOWSTATES)
[HEADERPARTS](https://www.google.com/search?num=5&q=HEADERPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERPARTS)
[HEADERPINSTATES](https://www.google.com/search?num=5&q=HEADERPINSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERPINSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERPINSTATES)
[HEADERSORTARROWSTATES](https://www.google.com/search?num=5&q=HEADERSORTARROWSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERSORTARROWSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERSORTARROWSTATES)
[HEADERSTYLESTATES](https://www.google.com/search?num=5&q=HEADERSTYLESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HEADERSTYLESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HEADERSTYLESTATES)
[HELPBUTTONSTATES](https://www.google.com/search?num=5&q=HELPBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HELPBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HELPBUTTONSTATES)
[HELPLINKSTATES](https://www.google.com/search?num=5&q=HELPLINKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HELPLINKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HELPLINKSTATES)
[HitTestOptions](https://www.google.com/search?num=5&q=HitTestOptions+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.HitTestOptions](https://github.com/dahall/Vanara/search?l=C%23&q=HitTestOptions)
[HORZSCROLLSTATES](https://www.google.com/search?num=5&q=HORZSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HORZSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HORZSCROLLSTATES)
[HORZTHUMBSTATES](https://www.google.com/search?num=5&q=HORZTHUMBSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HORZTHUMBSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HORZTHUMBSTATES)
[HOTGLYPHSTATES](https://www.google.com/search?num=5&q=HOTGLYPHSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HOTGLYPHSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HOTGLYPHSTATES)
[HOVERBACKGROUNDSTATES](https://www.google.com/search?num=5&q=HOVERBACKGROUNDSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HOVERBACKGROUNDSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HOVERBACKGROUNDSTATES)
[HYPERLINKTEXTSTATES](https://www.google.com/search?num=5&q=HYPERLINKTEXTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.HYPERLINKTEXTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=HYPERLINKTEXTSTATES)
[ICONEFFECT](https://www.google.com/search?num=5&q=ICONEFFECT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.ICONEFFECT](https://github.com/dahall/Vanara/search?l=C%23&q=ICONEFFECT)
[IEBARMENUSTATES](https://www.google.com/search?num=5&q=IEBARMENUSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.IEBARMENUSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=IEBARMENUSTATES)
[IMAGELAYOUT](https://www.google.com/search?num=5&q=IMAGELAYOUT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.IMAGELAYOUT](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGELAYOUT)
[IMAGESELECTTYPE](https://www.google.com/search?num=5&q=IMAGESELECTTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.IMAGESELECTTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGESELECTTYPE)
[ITEMSTATES](https://www.google.com/search?num=5&q=ITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.ITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=ITEMSTATES)
[LABELSTATES](https://www.google.com/search?num=5&q=LABELSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.LABELSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=LABELSTATES)
[LINKHEADERSTATES](https://www.google.com/search?num=5&q=LINKHEADERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.LINKHEADERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=LINKHEADERSTATES)
[LINKSTATES](https://www.google.com/search?num=5&q=LINKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.LINKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=LINKSTATES)
[LISTBOXPARTS](https://www.google.com/search?num=5&q=LISTBOXPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.LISTBOXPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=LISTBOXPARTS)
[LISTITEMSTATES](https://www.google.com/search?num=5&q=LISTITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.LISTITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=LISTITEMSTATES)
[LISTVIEWPARTS](https://www.google.com/search?num=5&q=LISTVIEWPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.LISTVIEWPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=LISTVIEWPARTS)
[MAXBUTTONSTATES](https://www.google.com/search?num=5&q=MAXBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MAXBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=MAXBUTTONSTATES)
[MAXCAPTIONSTATES](https://www.google.com/search?num=5&q=MAXCAPTIONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MAXCAPTIONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=MAXCAPTIONSTATES)
[MDICLOSEBUTTONSTATES](https://www.google.com/search?num=5&q=MDICLOSEBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MDICLOSEBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=MDICLOSEBUTTONSTATES)
[MDIMINBUTTONSTATES](https://www.google.com/search?num=5&q=MDIMINBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MDIMINBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=MDIMINBUTTONSTATES)
[MDIRESTOREBUTTONSTATES](https://www.google.com/search?num=5&q=MDIRESTOREBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MDIRESTOREBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=MDIRESTOREBUTTONSTATES)
[MENU_POPUPSUBMENU_HCHOT](https://www.google.com/search?num=5&q=MENU_POPUPSUBMENU_HCHOT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MENU_POPUPSUBMENU_HCHOT](https://github.com/dahall/Vanara/search?l=C%23&q=MENU_POPUPSUBMENU_HCHOT)
[MENUPARTS](https://www.google.com/search?num=5&q=MENUPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MENUPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=MENUPARTS)
[MINBUTTONSTATES](https://www.google.com/search?num=5&q=MINBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MINBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=MINBUTTONSTATES)
[MINCAPTIONSTATES](https://www.google.com/search?num=5&q=MINCAPTIONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MINCAPTIONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=MINCAPTIONSTATES)
[MOVESTATES](https://www.google.com/search?num=5&q=MOVESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.MOVESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=MOVESTATES)
[NAV_BACKBUTTONSTATES](https://www.google.com/search?num=5&q=NAV_BACKBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.NAV_BACKBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=NAV_BACKBUTTONSTATES)
[NAV_FORWARDBUTTONSTATES](https://www.google.com/search?num=5&q=NAV_FORWARDBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.NAV_FORWARDBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=NAV_FORWARDBUTTONSTATES)
[NAV_MENUBUTTONSTATES](https://www.google.com/search?num=5&q=NAV_MENUBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.NAV_MENUBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=NAV_MENUBUTTONSTATES)
[NAVIGATIONPARTS](https://www.google.com/search?num=5&q=NAVIGATIONPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.NAVIGATIONPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=NAVIGATIONPARTS)
[NONESTATES](https://www.google.com/search?num=5&q=NONESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.NONESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=NONESTATES)
[NORMALGROUPCOLLAPSESTATES](https://www.google.com/search?num=5&q=NORMALGROUPCOLLAPSESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.NORMALGROUPCOLLAPSESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=NORMALGROUPCOLLAPSESTATES)
[NORMALGROUPEXPANDSTATES](https://www.google.com/search?num=5&q=NORMALGROUPEXPANDSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.NORMALGROUPEXPANDSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=NORMALGROUPEXPANDSTATES)
[OFFSETTYPE](https://www.google.com/search?num=5&q=OFFSETTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.OFFSETTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=OFFSETTYPE)
[OpenThemeDataOptions](https://www.google.com/search?num=5&q=OpenThemeDataOptions+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.OpenThemeDataOptions](https://github.com/dahall/Vanara/search?l=C%23&q=OpenThemeDataOptions)
[POPUPCHECKBACKGROUNDSTATES](https://www.google.com/search?num=5&q=POPUPCHECKBACKGROUNDSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.POPUPCHECKBACKGROUNDSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=POPUPCHECKBACKGROUNDSTATES)
[POPUPCHECKSTATES](https://www.google.com/search?num=5&q=POPUPCHECKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.POPUPCHECKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=POPUPCHECKSTATES)
[POPUPITEMFOCUSABLESTATES](https://www.google.com/search?num=5&q=POPUPITEMFOCUSABLESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.POPUPITEMFOCUSABLESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=POPUPITEMFOCUSABLESTATES)
[POPUPITEMKBFOCUSSTATES](https://www.google.com/search?num=5&q=POPUPITEMKBFOCUSSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.POPUPITEMKBFOCUSSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=POPUPITEMKBFOCUSSTATES)
[POPUPITEMSTATES](https://www.google.com/search?num=5&q=POPUPITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.POPUPITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=POPUPITEMSTATES)
[POPUPSUBMENUSTATES](https://www.google.com/search?num=5&q=POPUPSUBMENUSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.POPUPSUBMENUSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=POPUPSUBMENUSTATES)
[PROGRESSPARTS](https://www.google.com/search?num=5&q=PROGRESSPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.PROGRESSPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=PROGRESSPARTS)
[PROPERTYORIGIN](https://www.google.com/search?num=5&q=PROPERTYORIGIN+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.PROPERTYORIGIN](https://github.com/dahall/Vanara/search?l=C%23&q=PROPERTYORIGIN)
[PUSHBUTTONDROPDOWNSTATES](https://www.google.com/search?num=5&q=PUSHBUTTONDROPDOWNSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.PUSHBUTTONDROPDOWNSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=PUSHBUTTONDROPDOWNSTATES)
[PUSHBUTTONSTATES](https://www.google.com/search?num=5&q=PUSHBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.PUSHBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=PUSHBUTTONSTATES)
[RADIOBUTTONSTATES](https://www.google.com/search?num=5&q=RADIOBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.RADIOBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=RADIOBUTTONSTATES)
[READONLYSTATES](https://www.google.com/search?num=5&q=READONLYSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.READONLYSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=READONLYSTATES)
[REBARPARTS](https://www.google.com/search?num=5&q=REBARPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.REBARPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=REBARPARTS)
[RESTOREBUTTONSTATES](https://www.google.com/search?num=5&q=RESTOREBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.RESTOREBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=RESTOREBUTTONSTATES)
[SCROLLBARPARTS](https://www.google.com/search?num=5&q=SCROLLBARPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SCROLLBARPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=SCROLLBARPARTS)
[SCROLLBARSTYLESTATES](https://www.google.com/search?num=5&q=SCROLLBARSTYLESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SCROLLBARSTYLESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SCROLLBARSTYLESTATES)
[SECTIONTITLELINKSTATES](https://www.google.com/search?num=5&q=SECTIONTITLELINKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SECTIONTITLELINKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SECTIONTITLELINKSTATES)
[SHOWCALENDARBUTTONRIGHTSTATES](https://www.google.com/search?num=5&q=SHOWCALENDARBUTTONRIGHTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SHOWCALENDARBUTTONRIGHTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SHOWCALENDARBUTTONRIGHTSTATES)
[SIZEBOXSTATES](https://www.google.com/search?num=5&q=SIZEBOXSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SIZEBOXSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SIZEBOXSTATES)
[SIZINGTYPE](https://www.google.com/search?num=5&q=SIZINGTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SIZINGTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=SIZINGTYPE)
[SMALLCAPTIONSTATES](https://www.google.com/search?num=5&q=SMALLCAPTIONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SMALLCAPTIONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SMALLCAPTIONSTATES)
[SMALLCLOSEBUTTONSTATES](https://www.google.com/search?num=5&q=SMALLCLOSEBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SMALLCLOSEBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SMALLCLOSEBUTTONSTATES)
[SMALLFRAMEBOTTOMSTATES](https://www.google.com/search?num=5&q=SMALLFRAMEBOTTOMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SMALLFRAMEBOTTOMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SMALLFRAMEBOTTOMSTATES)
[SMALLFRAMELEFTSTATES](https://www.google.com/search?num=5&q=SMALLFRAMELEFTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SMALLFRAMELEFTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SMALLFRAMELEFTSTATES)
[SMALLFRAMERIGHTSTATES](https://www.google.com/search?num=5&q=SMALLFRAMERIGHTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SMALLFRAMERIGHTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SMALLFRAMERIGHTSTATES)
[SPECIALGROUPCOLLAPSESTATES](https://www.google.com/search?num=5&q=SPECIALGROUPCOLLAPSESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SPECIALGROUPCOLLAPSESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SPECIALGROUPCOLLAPSESTATES)
[SPECIALGROUPEXPANDSTATES](https://www.google.com/search?num=5&q=SPECIALGROUPEXPANDSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SPECIALGROUPEXPANDSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SPECIALGROUPEXPANDSTATES)
[SPINPARTS](https://www.google.com/search?num=5&q=SPINPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SPINPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=SPINPARTS)
[SPLITTERSTATES](https://www.google.com/search?num=5&q=SPLITTERSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SPLITTERSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SPLITTERSTATES)
[SPLITTERVERTSTATES](https://www.google.com/search?num=5&q=SPLITTERVERTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SPLITTERVERTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SPLITTERVERTSTATES)
[STANDARDSTATES](https://www.google.com/search?num=5&q=STANDARDSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.STANDARDSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=STANDARDSTATES)
[STATUSPARTS](https://www.google.com/search?num=5&q=STATUSPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.STATUSPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=STATUSPARTS)
[SYSBUTTONSTATES](https://www.google.com/search?num=5&q=SYSBUTTONSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSBUTTONSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSBUTTONSTATES)
[SYSTEMCLOSEHCHOTSTATES](https://www.google.com/search?num=5&q=SYSTEMCLOSEHCHOTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSTEMCLOSEHCHOTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEMCLOSEHCHOTSTATES)
[SYSTEMCLOSESTATES](https://www.google.com/search?num=5&q=SYSTEMCLOSESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSTEMCLOSESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEMCLOSESTATES)
[SYSTEMMAXIMIZEHCHOTSTATES](https://www.google.com/search?num=5&q=SYSTEMMAXIMIZEHCHOTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSTEMMAXIMIZEHCHOTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEMMAXIMIZEHCHOTSTATES)
[SYSTEMMAXIMIZESTATES](https://www.google.com/search?num=5&q=SYSTEMMAXIMIZESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSTEMMAXIMIZESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEMMAXIMIZESTATES)
[SYSTEMMINIMIZEHCHOTSTATES](https://www.google.com/search?num=5&q=SYSTEMMINIMIZEHCHOTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSTEMMINIMIZEHCHOTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEMMINIMIZEHCHOTSTATES)
[SYSTEMMINIMIZESTATES](https://www.google.com/search?num=5&q=SYSTEMMINIMIZESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSTEMMINIMIZESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEMMINIMIZESTATES)
[SYSTEMRESTOREHCHOTSTATES](https://www.google.com/search?num=5&q=SYSTEMRESTOREHCHOTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSTEMRESTOREHCHOTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEMRESTOREHCHOTSTATES)
[SYSTEMRESTORESTATES](https://www.google.com/search?num=5&q=SYSTEMRESTORESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.SYSTEMRESTORESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEMRESTORESTATES)
[TA_PROPERTY](https://www.google.com/search?num=5&q=TA_PROPERTY+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.TA_PROPERTY](https://github.com/dahall/Vanara/search?l=C%23&q=TA_PROPERTY)
[TA_PROPERTY_FLAG](https://www.google.com/search?num=5&q=TA_PROPERTY_FLAG+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.TA_PROPERTY_FLAG](https://github.com/dahall/Vanara/search?l=C%23&q=TA_PROPERTY_FLAG)
[TA_TIMINGFUNCTION_TYPE](https://www.google.com/search?num=5&q=TA_TIMINGFUNCTION_TYPE+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.TA_TIMINGFUNCTION_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TA_TIMINGFUNCTION_TYPE)
[TA_TRANSFORM_FLAG](https://www.google.com/search?num=5&q=TA_TRANSFORM_FLAG+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.TA_TRANSFORM_FLAG](https://github.com/dahall/Vanara/search?l=C%23&q=TA_TRANSFORM_FLAG)
[TA_TRANSFORM_TYPE](https://www.google.com/search?num=5&q=TA_TRANSFORM_TYPE+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.TA_TRANSFORM_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TA_TRANSFORM_TYPE)
[TABITEMBOTHEDGESTATES](https://www.google.com/search?num=5&q=TABITEMBOTHEDGESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TABITEMBOTHEDGESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TABITEMBOTHEDGESTATES)
[TABITEMLEFTEDGESTATES](https://www.google.com/search?num=5&q=TABITEMLEFTEDGESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TABITEMLEFTEDGESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TABITEMLEFTEDGESTATES)
[TABITEMRIGHTEDGESTATES](https://www.google.com/search?num=5&q=TABITEMRIGHTEDGESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TABITEMRIGHTEDGESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TABITEMRIGHTEDGESTATES)
[TABITEMSTATES](https://www.google.com/search?num=5&q=TABITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TABITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TABITEMSTATES)
[TABPARTS](https://www.google.com/search?num=5&q=TABPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TABPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=TABPARTS)
[TABSTATES](https://www.google.com/search?num=5&q=TABSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TABSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TABSTATES)
[TASKDIALOGPARTS](https://www.google.com/search?num=5&q=TASKDIALOGPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TASKDIALOGPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=TASKDIALOGPARTS)
[TASKLINKSTATES](https://www.google.com/search?num=5&q=TASKLINKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TASKLINKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TASKLINKSTATES)
[TEXTSELECTIONGRIPPERPARTS](https://www.google.com/search?num=5&q=TEXTSELECTIONGRIPPERPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TEXTSELECTIONGRIPPERPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=TEXTSELECTIONGRIPPERPARTS)
[TextShadowType](https://www.google.com/search?num=5&q=TextShadowType+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.TextShadowType](https://github.com/dahall/Vanara/search?l=C%23&q=TextShadowType)
[TEXTSHADOWTYPE](https://www.google.com/search?num=5&q=TEXTSHADOWTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TEXTSHADOWTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TEXTSHADOWTYPE)
[TEXTSTYLEPARTS](https://www.google.com/search?num=5&q=TEXTSTYLEPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TEXTSTYLEPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=TEXTSTYLEPARTS)
[ThemeAppProperties](https://www.google.com/search?num=5&q=ThemeAppProperties+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.ThemeAppProperties](https://github.com/dahall/Vanara/search?l=C%23&q=ThemeAppProperties)
[ThemeDialogTextureFlags](https://www.google.com/search?num=5&q=ThemeDialogTextureFlags+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.ThemeDialogTextureFlags](https://github.com/dahall/Vanara/search?l=C%23&q=ThemeDialogTextureFlags)
[ThemeProperty](https://www.google.com/search?num=5&q=ThemeProperty+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.ThemeProperty](https://github.com/dahall/Vanara/search?l=C%23&q=ThemeProperty)
[THEMESIZE](https://www.google.com/search?num=5&q=THEMESIZE+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.THEMESIZE](https://github.com/dahall/Vanara/search?l=C%23&q=THEMESIZE)
[THUMBBOTTOMSTATES](https://www.google.com/search?num=5&q=THUMBBOTTOMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.THUMBBOTTOMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=THUMBBOTTOMSTATES)
[THUMBLEFTSTATES](https://www.google.com/search?num=5&q=THUMBLEFTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.THUMBLEFTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=THUMBLEFTSTATES)
[THUMBRIGHTSTATES](https://www.google.com/search?num=5&q=THUMBRIGHTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.THUMBRIGHTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=THUMBRIGHTSTATES)
[THUMBSTATES](https://www.google.com/search?num=5&q=THUMBSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.THUMBSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=THUMBSTATES)
[THUMBTOPSTATES](https://www.google.com/search?num=5&q=THUMBTOPSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.THUMBTOPSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=THUMBTOPSTATES)
[THUMBVERTSTATES](https://www.google.com/search?num=5&q=THUMBVERTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.THUMBVERTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=THUMBVERTSTATES)
[TICSSTATES](https://www.google.com/search?num=5&q=TICSSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TICSSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TICSSTATES)
[TICSVERTSTATES](https://www.google.com/search?num=5&q=TICSVERTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TICSVERTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TICSVERTSTATES)
[TITLEBARSTATES](https://www.google.com/search?num=5&q=TITLEBARSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TITLEBARSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TITLEBARSTATES)
[TOOLBARPARTS](https://www.google.com/search?num=5&q=TOOLBARPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TOOLBARPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=TOOLBARPARTS)
[TOOLBARSTYLESTATES](https://www.google.com/search?num=5&q=TOOLBARSTYLESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TOOLBARSTYLESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TOOLBARSTYLESTATES)
[TOOLTIPPARTS](https://www.google.com/search?num=5&q=TOOLTIPPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TOOLTIPPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=TOOLTIPPARTS)
[TOPTABITEMBOTHEDGESTATES](https://www.google.com/search?num=5&q=TOPTABITEMBOTHEDGESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TOPTABITEMBOTHEDGESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TOPTABITEMBOTHEDGESTATES)
[TOPTABITEMLEFTEDGESTATES](https://www.google.com/search?num=5&q=TOPTABITEMLEFTEDGESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TOPTABITEMLEFTEDGESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TOPTABITEMLEFTEDGESTATES)
[TOPTABITEMRIGHTEDGESTATES](https://www.google.com/search?num=5&q=TOPTABITEMRIGHTEDGESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TOPTABITEMRIGHTEDGESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TOPTABITEMRIGHTEDGESTATES)
[TOPTABITEMSTATES](https://www.google.com/search?num=5&q=TOPTABITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TOPTABITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TOPTABITEMSTATES)
[TRACKBARPARTS](https://www.google.com/search?num=5&q=TRACKBARPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TRACKBARPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=TRACKBARPARTS)
[TRACKBARSTYLESTATES](https://www.google.com/search?num=5&q=TRACKBARSTYLESTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TRACKBARSTYLESTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TRACKBARSTYLESTATES)
[TRACKSTATES](https://www.google.com/search?num=5&q=TRACKSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TRACKSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TRACKSTATES)
[TRACKVERTSTATES](https://www.google.com/search?num=5&q=TRACKVERTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TRACKVERTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TRACKVERTSTATES)
[TRANSPARENTBACKGROUNDSTATES](https://www.google.com/search?num=5&q=TRANSPARENTBACKGROUNDSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TRANSPARENTBACKGROUNDSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TRANSPARENTBACKGROUNDSTATES)
[TRANSPARENTBARSTATES](https://www.google.com/search?num=5&q=TRANSPARENTBARSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TRANSPARENTBARSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TRANSPARENTBARSTATES)
[TRANSPARENTBARVERTSTATES](https://www.google.com/search?num=5&q=TRANSPARENTBARVERTSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TRANSPARENTBARVERTSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TRANSPARENTBARVERTSTATES)
[TREEITEMSTATES](https://www.google.com/search?num=5&q=TREEITEMSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TREEITEMSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=TREEITEMSTATES)
[TREEVIEWPARTS](https://www.google.com/search?num=5&q=TREEVIEWPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TREEVIEWPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=TREEVIEWPARTS)
[TRUESIZESCALINGTYPE](https://www.google.com/search?num=5&q=TRUESIZESCALINGTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.TRUESIZESCALINGTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=TRUESIZESCALINGTYPE)
[UPDATEMETADATASTATES](https://www.google.com/search?num=5&q=UPDATEMETADATASTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.UPDATEMETADATASTATES](https://github.com/dahall/Vanara/search?l=C%23&q=UPDATEMETADATASTATES)
[UPHORZSTATES](https://www.google.com/search?num=5&q=UPHORZSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.UPHORZSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=UPHORZSTATES)
[UPSTATES](https://www.google.com/search?num=5&q=UPSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.UPSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=UPSTATES)
[USERTILEPARTS](https://www.google.com/search?num=5&q=USERTILEPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.USERTILEPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=USERTILEPARTS)
[VALIGN](https://www.google.com/search?num=5&q=VALIGN+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.VALIGN](https://github.com/dahall/Vanara/search?l=C%23&q=VALIGN)
[VERTSCROLLSTATES](https://www.google.com/search?num=5&q=VERTSCROLLSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.VERTSCROLLSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=VERTSCROLLSTATES)
[VERTTHUMBSTATES](https://www.google.com/search?num=5&q=VERTTHUMBSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.VERTTHUMBSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=VERTTHUMBSTATES)
[WARNINGSTATES](https://www.google.com/search?num=5&q=WARNINGSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.WARNINGSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=WARNINGSTATES)
[WINDOWPARTS](https://www.google.com/search?num=5&q=WINDOWPARTS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.WINDOWPARTS](https://github.com/dahall/Vanara/search?l=C%23&q=WINDOWPARTS)
[WINDOWTHEMEATTRIBUTETYPE](https://www.google.com/search?num=5&q=WINDOWTHEMEATTRIBUTETYPE+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.WINDOWTHEMEATTRIBUTETYPE](https://github.com/dahall/Vanara/search?l=C%23&q=WINDOWTHEMEATTRIBUTETYPE)
[WRENCHSTATES](https://www.google.com/search?num=5&q=WRENCHSTATES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.UxTheme.WRENCHSTATES](https://github.com/dahall/Vanara/search?l=C%23&q=WRENCHSTATES)
[WTNCA](https://www.google.com/search?num=5&q=WTNCA+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.WTNCA](https://github.com/dahall/Vanara/search?l=C%23&q=WTNCA)
### Structures
Native Structure | Header | Managed Structure

View File

@ -46,7 +46,7 @@ This project releases new versions every few weeks after sufficient testing. New
Library/DLL | Assembly | Coverage | NuGet&nbsp;Link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
--- | --- | --- | ---
aclui.dll | [Vanara.PInvoke.AclUI](https://github.com/dahall/Vanara/blob/master/PInvoke/AclUI/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.AclUI?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.AclUI?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.AclUI)
advapi32.dll, secur32.dll, authz.dll, sspicli.dll, schannel.dll | [Vanara.PInvoke.Security](https://github.com/dahall/Vanara/blob/master/PInvoke/Security/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Security?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Security?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Security)
advapi32.dll, secur32.dll, authz.dll, sspicli.dll, schannel.dll, tdh.dll | [Vanara.PInvoke.Security](https://github.com/dahall/Vanara/blob/master/PInvoke/Security/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Security?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Security?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Security)
amsi.dll | [Vanara.PInvoke.AMSI](https://github.com/dahall/Vanara/blob/master/PInvoke/AMSI/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.AMSI?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.AMSI?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.AMSI)
avicap32.dll, avifil32.dll, msacm32.dll, msvfw32.dll, winmm.dll | [Vanara.PInvoke.Multimedia](https://github.com/dahall/Vanara/blob/master/PInvoke/Multimedia/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Multimedia?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Multimedia?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Multimedia)
cabinet.dll | [Vanara.PInvoke.Cabinet](https://github.com/dahall/Vanara/blob/master/PInvoke/Cabinet/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Cabinet?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Cabinet?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Cabinet)

View File

@ -64,7 +64,7 @@ Class | Description
[Vanara.PInvoke.MessageLoop.MessageEventArgs](https://github.com/dahall/Vanara/search?l=C%23&q=MessageEventArgs) | Holds a copy of the MSG instance retrieved by GetMessage.
[Vanara.PInvoke.MessageLoop](https://github.com/dahall/Vanara/search?l=C%23&q=MessageLoop) | <para> This class encapsulates the management of a message loop for an application. It supports queuing a callback to the application via the message loop to enable the app to return from a call and continue processing that call later. This behavior is needed when implementing a shell verb as verbs must not block the caller. </para> <note type="note">The ComObject derived class should call QueueNonBlockingCallback in its invoke function, for example IExecuteCommand::Execute() or IDropTarget::Drop() passing a method that will complete the initialization work.</note>
[Vanara.Configuration.MRUManager](https://github.com/dahall/Vanara/search?l=C%23&q=MRUManager) | A class that manages a Most Recently Used file listing.
[Vanara.Windows.Shell.NativeClipboard](https://github.com/dahall/Vanara/search?l=C%23&q=NativeClipboard) | Initializes and closes a session using the Clipboard calling `Vanara.PInvoke.User32.OpenClipboard(Vanara.PInvoke.HWND)` and then `Vanara.PInvoke.User32.CloseClipboard` on disposal. This can be called multiple times in nested calls and will ensure the Clipboard is only opened and closed at the highest scope.
[Vanara.Windows.Shell.NativeClipboard](https://github.com/dahall/Vanara/search?l=C%23&q=NativeClipboard) | Static class with methods to interact with the Clipboard. This implementation relies exclusively on COM clipboard methods and does not use those from USER32.
[Vanara.Windows.Shell.ProgId](https://github.com/dahall/Vanara/search?l=C%23&q=ProgId) | Represents a programmatic identifier in the registry for an application.
[Vanara.Windows.Shell.PropertyBag](https://github.com/dahall/Vanara/search?l=C%23&q=PropertyBag) | Encapsulates an `Vanara.PInvoke.OleAut32.IPropertyBag` instance.
[Vanara.Windows.Shell.PropertyDescription](https://github.com/dahall/Vanara/search?l=C%23&q=PropertyDescription) | Enumerate and retrieve individual property description details. Wraps the `Vanara.PInvoke.PropSys.IPropertyDescription` shell interface