Updated project files for 3.3.13 release

pull/250/head v3.3.13
dahall 2021-09-30 13:39:42 -06:00
parent 3f0e9f0798
commit 59bcb46044
13 changed files with 79 additions and 12 deletions

View File

@ -0,0 +1,33 @@
## Vanara.PInvoke.FhSvcCtl
PInvoke API (methods, structures and constants) imported from Windows FhSvcCtl.dll.
- Includes methods from fhsvcctl.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.FhSvcCtl?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.FhSvcCtl?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.FhSvcCtl)
### Methods - 100% API coverage (7 of 7 functions)
Native Method | Header | Managed Method
--- | --- | ---
[DllMain](https://www.google.com/search?num=5&q=DllMain+site%3Adocs.microsoft.com) | |
[FhServiceBlockBackup](https://www.google.com/search?num=5&q=FhServiceBlockBackup+site%3Adocs.microsoft.com) | fhsvcctl.h | [Vanara.PInvoke.FhSvcCtl.FhServiceBlockBackup](https://github.com/dahall/Vanara/search?l=C%23&q=FhServiceBlockBackup)
[FhServiceClosePipe](https://www.google.com/search?num=5&q=FhServiceClosePipe+site%3Adocs.microsoft.com) | fhsvcctl.h | [Vanara.PInvoke.FhSvcCtl.FhServiceClosePipe](https://github.com/dahall/Vanara/search?l=C%23&q=FhServiceClosePipe)
[FhServiceOpenPipe](https://www.google.com/search?num=5&q=FhServiceOpenPipe+site%3Adocs.microsoft.com) | fhsvcctl.h | [Vanara.PInvoke.FhSvcCtl.FhServiceOpenPipe](https://github.com/dahall/Vanara/search?l=C%23&q=FhServiceOpenPipe)
[FhServiceReloadConfiguration](https://www.google.com/search?num=5&q=FhServiceReloadConfiguration+site%3Adocs.microsoft.com) | fhsvcctl.h | [Vanara.PInvoke.FhSvcCtl.FhServiceReloadConfiguration](https://github.com/dahall/Vanara/search?l=C%23&q=FhServiceReloadConfiguration)
[FhServiceStartBackup](https://www.google.com/search?num=5&q=FhServiceStartBackup+site%3Adocs.microsoft.com) | fhsvcctl.h | [Vanara.PInvoke.FhSvcCtl.FhServiceStartBackup](https://github.com/dahall/Vanara/search?l=C%23&q=FhServiceStartBackup)
[FhServiceStopBackup](https://www.google.com/search?num=5&q=FhServiceStopBackup+site%3Adocs.microsoft.com) | fhsvcctl.h | [Vanara.PInvoke.FhSvcCtl.FhServiceStopBackup](https://github.com/dahall/Vanara/search?l=C%23&q=FhServiceStopBackup)
[FhServiceUnblockBackup](https://www.google.com/search?num=5&q=FhServiceUnblockBackup+site%3Adocs.microsoft.com) | fhsvcctl.h | [Vanara.PInvoke.FhSvcCtl.FhServiceUnblockBackup](https://github.com/dahall/Vanara/search?l=C%23&q=FhServiceUnblockBackup)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[FH_SERVICE_PIPE_HANDLE](https://www.google.com/search?num=5&q=FH_SERVICE_PIPE_HANDLE+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.FhSvcCtl.FH_SERVICE_PIPE_HANDLE](https://github.com/dahall/Vanara/search?l=C%23&q=FH_SERVICE_PIPE_HANDLE)
### Interfaces
Native Interface | Header | Managed Interface
--- | --- | ---
[IFhConfigMgr](https://www.google.com/search?num=5&q=IFhConfigMgr+site%3Adocs.microsoft.com) | fhcfg.h | [Vanara.PInvoke.FhSvcCtl.IFhConfigMgr](https://github.com/dahall/Vanara/search?l=C%23&q=IFhConfigMgr)
[IFhReassociation](https://www.google.com/search?num=5&q=IFhReassociation+site%3Adocs.microsoft.com) | fhcfg.h | [Vanara.PInvoke.FhSvcCtl.IFhReassociation](https://github.com/dahall/Vanara/search?l=C%23&q=IFhReassociation)
[IFhScopeIterator](https://www.google.com/search?num=5&q=IFhScopeIterator+site%3Adocs.microsoft.com) | fhcfg.h | [Vanara.PInvoke.FhSvcCtl.IFhScopeIterator](https://github.com/dahall/Vanara/search?l=C%23&q=IFhScopeIterator)
[IFhTarget](https://www.google.com/search?num=5&q=IFhTarget+site%3Adocs.microsoft.com) | fhcfg.h | [Vanara.PInvoke.FhSvcCtl.IFhTarget](https://github.com/dahall/Vanara/search?l=C%23&q=IFhTarget)
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[FhConfigMgr](https://www.google.com/search?num=5&q=FhConfigMgr+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.FhSvcCtl.FhConfigMgr](https://github.com/dahall/Vanara/search?l=C%23&q=FhConfigMgr)
[FhReassociation](https://www.google.com/search?num=5&q=FhReassociation+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.FhSvcCtl.FhReassociation](https://github.com/dahall/Vanara/search?l=C%23&q=FhReassociation)
[SafeFH_SERVICE_PIPE_HANDLE](https://www.google.com/search?num=5&q=SafeFH_SERVICE_PIPE_HANDLE+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.FhSvcCtl.SafeFH_SERVICE_PIPE_HANDLE](https://github.com/dahall/Vanara/search?l=C%23&q=SafeFH_SERVICE_PIPE_HANDLE)

View File

@ -10,7 +10,18 @@
<AssemblyName>Vanara.PInvoke.FhSvcCtl</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;FhSvcCtl;file history</PackageTags>
<PackageReleaseNotes/>
<PackageReleaseNotes>Currently implements:
Functions
DllMain FhServiceBlockBackup FhServiceClosePipe FhServiceOpenPipe FhServiceReloadConfiguration FhServiceStartBackup FhServiceStopBackup FhServiceUnblockBackup
Structures
FH_SERVICE_PIPE_HANDLE
Interfaces
IFhConfigMgr IFhReassociation IFhScopeIterator IFhTarget
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />

View File

@ -3,7 +3,7 @@ PInvoke API (methods, structures and constants) imported from Windows NtDll.dll.
- Includes methods from ntdll.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.NtDll?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.NtDll?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.NtDll)
### Methods - 5% API coverage (29 of 571 functions)
### Methods - 5% API coverage (33 of 571 functions)
Native Method | Header | Managed Method
--- | --- | ---
[_vscprintf](https://www.google.com/search?num=5&q=_vscprintf+site%3Adocs.microsoft.com) | |
@ -144,7 +144,7 @@ Native Method | Header | Managed Method
[RtlAddFunctionTable](https://www.google.com/search?num=5&q=RtlAddFunctionTable+site%3Adocs.microsoft.com) | |
[RtlAddGrowableFunctionTable](https://www.google.com/search?num=5&q=RtlAddGrowableFunctionTable+site%3Adocs.microsoft.com) | |
[RtlAllocateAndInitializeSid](https://www.google.com/search?num=5&q=RtlAllocateAndInitializeSid+site%3Adocs.microsoft.com) | |
[RtlAllocateHeap](https://www.google.com/search?num=5&q=RtlAllocateHeap+site%3Adocs.microsoft.com) | |
[RtlAllocateHeap](https://www.google.com/search?num=5&q=RtlAllocateHeap+site%3Adocs.microsoft.com) | ntifs.h | [Vanara.PInvoke.NtDll.RtlAllocateHeap](https://github.com/dahall/Vanara/search?l=C%23&q=RtlAllocateHeap)
[RtlAnsiStringToUnicodeString](https://www.google.com/search?num=5&q=RtlAnsiStringToUnicodeString+site%3Adocs.microsoft.com) | |
[RtlAppendStringToString](https://www.google.com/search?num=5&q=RtlAppendStringToString+site%3Adocs.microsoft.com) | |
[RtlAppendUnicodeStringToString](https://www.google.com/search?num=5&q=RtlAppendUnicodeStringToString+site%3Adocs.microsoft.com) | |
@ -179,7 +179,7 @@ Native Method | Header | Managed Method
[RtlCopyString](https://www.google.com/search?num=5&q=RtlCopyString+site%3Adocs.microsoft.com) | |
[RtlCopyUnicodeString](https://www.google.com/search?num=5&q=RtlCopyUnicodeString+site%3Adocs.microsoft.com) | |
[RtlCreateAcl](https://www.google.com/search?num=5&q=RtlCreateAcl+site%3Adocs.microsoft.com) | |
[RtlCreateHeap](https://www.google.com/search?num=5&q=RtlCreateHeap+site%3Adocs.microsoft.com) | |
[RtlCreateHeap](https://www.google.com/search?num=5&q=RtlCreateHeap+site%3Adocs.microsoft.com) | ntifs.h | [Vanara.PInvoke.NtDll.RtlCreateHeap](https://github.com/dahall/Vanara/search?l=C%23&q=RtlCreateHeap)
[RtlCreateProcessParametersWithTemplate](https://www.google.com/search?num=5&q=RtlCreateProcessParametersWithTemplate+site%3Adocs.microsoft.com) | |
[RtlCreateRegistryKey](https://www.google.com/search?num=5&q=RtlCreateRegistryKey+site%3Adocs.microsoft.com) | |
[RtlCreateSecurityDescriptor](https://www.google.com/search?num=5&q=RtlCreateSecurityDescriptor+site%3Adocs.microsoft.com) | |
@ -198,7 +198,7 @@ Native Method | Header | Managed Method
[RtlDeleteGrowableFunctionTable](https://www.google.com/search?num=5&q=RtlDeleteGrowableFunctionTable+site%3Adocs.microsoft.com) | |
[RtlDeleteNoSplay](https://www.google.com/search?num=5&q=RtlDeleteNoSplay+site%3Adocs.microsoft.com) | |
[RtlDeleteRegistryValue](https://www.google.com/search?num=5&q=RtlDeleteRegistryValue+site%3Adocs.microsoft.com) | |
[RtlDestroyHeap](https://www.google.com/search?num=5&q=RtlDestroyHeap+site%3Adocs.microsoft.com) | |
[RtlDestroyHeap](https://www.google.com/search?num=5&q=RtlDestroyHeap+site%3Adocs.microsoft.com) | ntifs.h | [Vanara.PInvoke.NtDll.RtlDestroyHeap](https://github.com/dahall/Vanara/search?l=C%23&q=RtlDestroyHeap)
[RtlDisownModuleHeapAllocation](https://www.google.com/search?num=5&q=RtlDisownModuleHeapAllocation+site%3Adocs.microsoft.com) | |
[RtlDoesNameContainWildCards](https://www.google.com/search?num=5&q=RtlDoesNameContainWildCards+site%3Adocs.microsoft.com) | |
[RtlDosLongPathNameToNtPathName_U_WithStatus](https://www.google.com/search?num=5&q=RtlDosLongPathNameToNtPathName_U_WithStatus+site%3Adocs.microsoft.com) | |
@ -239,7 +239,7 @@ Native Method | Header | Managed Method
[RtlFlushNonVolatileMemory](https://www.google.com/search?num=5&q=RtlFlushNonVolatileMemory+site%3Adocs.microsoft.com) | |
[RtlFlushNonVolatileMemoryRanges](https://www.google.com/search?num=5&q=RtlFlushNonVolatileMemoryRanges+site%3Adocs.microsoft.com) | |
[RtlFreeAnsiString](https://www.google.com/search?num=5&q=RtlFreeAnsiString+site%3Adocs.microsoft.com) | |
[RtlFreeHeap](https://www.google.com/search?num=5&q=RtlFreeHeap+site%3Adocs.microsoft.com) | |
[RtlFreeHeap](https://www.google.com/search?num=5&q=RtlFreeHeap+site%3Adocs.microsoft.com) | ntifs.h | [Vanara.PInvoke.NtDll.RtlFreeHeap](https://github.com/dahall/Vanara/search?l=C%23&q=RtlFreeHeap)
[RtlFreeNonVolatileToken](https://www.google.com/search?num=5&q=RtlFreeNonVolatileToken+site%3Adocs.microsoft.com) | |
[RtlFreeOemString](https://www.google.com/search?num=5&q=RtlFreeOemString+site%3Adocs.microsoft.com) | |
[RtlFreeUnicodeString](https://www.google.com/search?num=5&q=RtlFreeUnicodeString+site%3Adocs.microsoft.com) | |
@ -592,6 +592,7 @@ Native Structure | Header | Managed Structure
[PEB_WOW64](https://www.google.com/search?num=5&q=PEB_WOW64+site%3Adocs.microsoft.com) | winternl.h | [Vanara.PInvoke.NtDll.PEB_WOW64](https://github.com/dahall/Vanara/search?l=C%23&q=PEB_WOW64)
[PROCESS_BASIC_INFORMATION](https://www.google.com/search?num=5&q=PROCESS_BASIC_INFORMATION+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.NtDll.PROCESS_BASIC_INFORMATION](https://github.com/dahall/Vanara/search?l=C%23&q=PROCESS_BASIC_INFORMATION)
[PROCESS_BASIC_INFORMATION_WOW64](https://www.google.com/search?num=5&q=PROCESS_BASIC_INFORMATION_WOW64+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.NtDll.PROCESS_BASIC_INFORMATION_WOW64](https://github.com/dahall/Vanara/search?l=C%23&q=PROCESS_BASIC_INFORMATION_WOW64)
[RTL_HEAP_PARAMETERS](https://www.google.com/search?num=5&q=RTL_HEAP_PARAMETERS+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.NtDll.RTL_HEAP_PARAMETERS](https://github.com/dahall/Vanara/search?l=C%23&q=RTL_HEAP_PARAMETERS)
[RTL_USER_PROCESS_PARAMETERS](https://www.google.com/search?num=5&q=RTL_USER_PROCESS_PARAMETERS+site%3Adocs.microsoft.com) | winternl.h | [Vanara.PInvoke.NtDll.RTL_USER_PROCESS_PARAMETERS](https://github.com/dahall/Vanara/search?l=C%23&q=RTL_USER_PROCESS_PARAMETERS)
[RTL_USER_PROCESS_PARAMETERS_WOW64](https://www.google.com/search?num=5&q=RTL_USER_PROCESS_PARAMETERS_WOW64+site%3Adocs.microsoft.com) | winternl.h | [Vanara.PInvoke.NtDll.RTL_USER_PROCESS_PARAMETERS_WOW64](https://github.com/dahall/Vanara/search?l=C%23&q=RTL_USER_PROCESS_PARAMETERS_WOW64)
[SYSTEM_BASIC_INFORMATION](https://www.google.com/search?num=5&q=SYSTEM_BASIC_INFORMATION+site%3Adocs.microsoft.com) | winternl.h | [Vanara.PInvoke.NtDll.SYSTEM_BASIC_INFORMATION](https://github.com/dahall/Vanara/search?l=C%23&q=SYSTEM_BASIC_INFORMATION)

File diff suppressed because one or more lines are too long

View File

@ -1149,6 +1149,7 @@ Native Class | Header | Managed Class
[Shell](https://www.google.com/search?num=5&q=Shell+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Shell](https://github.com/dahall/Vanara/search?l=C%23&q=Shell)
[SNB](https://www.google.com/search?num=5&q=SNB+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Ole32.SNB](https://github.com/dahall/Vanara/search?l=C%23&q=SNB)
[Software](https://www.google.com/search?num=5&q=Software+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Software](https://github.com/dahall/Vanara/search?l=C%23&q=Software)
[StdComponentCategoriesMgr](https://www.google.com/search?num=5&q=StdComponentCategoriesMgr+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Ole32.StdComponentCategoriesMgr](https://github.com/dahall/Vanara/search?l=C%23&q=StdComponentCategoriesMgr)
[Sync](https://www.google.com/search?num=5&q=Sync+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Sync](https://github.com/dahall/Vanara/search?l=C%23&q=Sync)
[System](https://www.google.com/search?num=5&q=System+site%3Adocs.microsoft.com) | Propkey.h | [Vanara.PInvoke.Ole32.PROPERTYKEY.System](https://github.com/dahall/Vanara/search?l=C%23&q=System)
[Task](https://www.google.com/search?num=5&q=Task+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Task](https://github.com/dahall/Vanara/search?l=C%23&q=Task)

View File

@ -217,6 +217,7 @@ Native Structure | Header | Managed Structure
[CSFV](https://www.google.com/search?num=5&q=CSFV+site%3Adocs.microsoft.com) | shlobj_core.h | [Vanara.PInvoke.Shell32.CSFV](https://github.com/dahall/Vanara/search?l=C%23&q=CSFV)
[DATABLOCKHEADER](https://www.google.com/search?num=5&q=DATABLOCKHEADER+site%3Adocs.microsoft.com) | Shlobj.h | [Vanara.PInvoke.Shell32.DATABLOCKHEADER](https://github.com/dahall/Vanara/search?l=C%23&q=DATABLOCKHEADER)
[DEFCONTEXTMENU](https://www.google.com/search?num=5&q=DEFCONTEXTMENU+site%3Adocs.microsoft.com) | shlobj_core.h | [Vanara.PInvoke.Shell32.DEFCONTEXTMENU](https://github.com/dahall/Vanara/search?l=C%23&q=DEFCONTEXTMENU)
[DESKBANDINFO](https://www.google.com/search?num=5&q=DESKBANDINFO+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.Shell32.DESKBANDINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DESKBANDINFO)
[DROPDESCRIPTION](https://www.google.com/search?num=5&q=DROPDESCRIPTION+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.Shell32.DROPDESCRIPTION](https://github.com/dahall/Vanara/search?l=C%23&q=DROPDESCRIPTION)
[DROPFILES](https://www.google.com/search?num=5&q=DROPFILES+site%3Adocs.microsoft.com) | shlobj_core.h | [Vanara.PInvoke.Shell32.DROPFILES](https://github.com/dahall/Vanara/search?l=C%23&q=DROPFILES)
[EXP_DARWIN_LINK](https://www.google.com/search?num=5&q=EXP_DARWIN_LINK+site%3Adocs.microsoft.com) | Shlobj.h | [Vanara.PInvoke.Shell32.EXP_DARWIN_LINK](https://github.com/dahall/Vanara/search?l=C%23&q=EXP_DARWIN_LINK)
@ -323,6 +324,8 @@ Native Interface | Header | Managed Interface
[IDefaultFolderMenuInitialize](https://www.google.com/search?num=5&q=IDefaultFolderMenuInitialize+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.Shell32.IDefaultFolderMenuInitialize](https://github.com/dahall/Vanara/search?l=C%23&q=IDefaultFolderMenuInitialize)
[IDelegateFolder](https://www.google.com/search?num=5&q=IDelegateFolder+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.Shell32.IDelegateFolder](https://github.com/dahall/Vanara/search?l=C%23&q=IDelegateFolder)
[IDelegateItem](https://www.google.com/search?num=5&q=IDelegateItem+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.Shell32.IDelegateItem](https://github.com/dahall/Vanara/search?l=C%23&q=IDelegateItem)
[IDeskBand](https://www.google.com/search?num=5&q=IDeskBand+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.Shell32.IDeskBand](https://github.com/dahall/Vanara/search?l=C%23&q=IDeskBand)
[IDeskBand2](https://www.google.com/search?num=5&q=IDeskBand2+site%3Adocs.microsoft.com) | shobjidl.h | [Vanara.PInvoke.Shell32.IDeskBand2](https://github.com/dahall/Vanara/search?l=C%23&q=IDeskBand2)
[IDesktopWallpaper](https://www.google.com/search?num=5&q=IDesktopWallpaper+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.Shell32.IDesktopWallpaper](https://github.com/dahall/Vanara/search?l=C%23&q=IDesktopWallpaper)
[IDestinationStreamFactory](https://www.google.com/search?num=5&q=IDestinationStreamFactory+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.IDestinationStreamFactory](https://github.com/dahall/Vanara/search?l=C%23&q=IDestinationStreamFactory)
[IDisplayItem](https://www.google.com/search?num=5&q=IDisplayItem+site%3Adocs.microsoft.com) | shobjidl_core.h | [Vanara.PInvoke.Shell32.IDisplayItem](https://github.com/dahall/Vanara/search?l=C%23&q=IDisplayItem)

View File

@ -17,10 +17,10 @@ Functions
AssocCreateForClasses AssocGetDetailsOfPropKey CDefFolderMenu_Create2 CommandLineToArgvW DragAcceptFiles DragFinish DragQueryFile DragQueryPoint DuplicateIcon ExtractAssociatedIcon ExtractAssociatedIconEx ExtractIcon ExtractIconEx FindExecutable GetCurrentProcessExplicitAppUserModelID GetFileNameFromBrowse ILAppendID ILClone ILCloneFirst ILCombine ILCreateFromPath ILFindChild ILFindLastID ILFree ILGetNext ILGetSize ILIsEqual ILIsParent ILLoadFromStreamEx ILRemoveLastID ILSaveToStream InetIsOffline InitNetworkAddressControl InitVariantFromStrRet IsNetDrive IsUserAnAdmin MIMEAssociationDialog OpenRegStream PathCleanupSpec PathGetShortPath PathIsExe PathIsSlow PathMakeUniqueName PathResolve PathYetAnotherMakeUniqueName PickIconDlg PifMgr_CloseProperties PifMgr_GetProperties PifMgr_OpenProperties PifMgr_SetProperties ReadCabinetState RealDriveType RestartDialog RestartDialogEx SetCurrentProcessExplicitAppUserModelID SHAddDefaultPropertiesByExt SHAddFromPropSheetExtArray SHAddToRecentDocs SHAlloc SHAppBarMessage SHAssocEnumHandlers SHAssocEnumHandlersForProtocolByApplication SHBindToFolderIDListParent SHBindToFolderIDListParentEx SHBindToObject SHBindToParent SHBrowseForFolder SHChangeNotification_Lock SHChangeNotification_Unlock SHChangeNotify SHChangeNotifyDeregister SHChangeNotifyRegister SHChangeNotifyRegisterThread SHCreateAssociationRegistration SHCreateDataObject SHCreateDefaultContextMenu SHCreateDefaultExtractIcon SHCreateDefaultPropertiesOp SHCreateDirectory SHCreateDirectoryEx SHCreateFileExtractIconW SHCreateItemFromIDList SHCreateItemFromParsingName SHCreateItemFromRelativeName SHCreateItemInKnownFolder SHCreateItemWithParent SHCreatePropSheetExtArray SHCreateShellFolderView SHCreateShellFolderViewEx SHCreateShellItem SHCreateShellItemArray SHCreateShellItemArrayFromDataObject SHCreateShellItemArrayFromIDLists SHCreateShellItemArrayFromShellItem SHCreateStdEnumFmtEtc SHDefExtractIcon SHDestroyPropSheetExtArray SHDoDragDrop ShellAbout ShellExecute ShellExecuteEx Shell_GetCachedImageIndex Shell_GetImageLists Shell_MergeMenus Shell_NotifyIcon Shell_NotifyIconGetRect SHEmptyRecycleBin SHEnumerateUnreadMailAccountsA SHEnumerateUnreadMailAccountsW SHEvaluateSystemCommandTemplate SHFileOperation SHFindFiles SHFind_InitMenuPopup SHFlushSFCache SHFormatDrive SHFree SHFreeNameMappings SHGetAttributesFromDataObject SHGetDataFromIDList SHGetDesktopFolder SHGetDiskFreeSpaceA SHGetDiskFreeSpaceEx SHGetDiskFreeSpaceW SHGetDriveMedia SHGetFileInfo SHGetFolderLocation SHGetFolderPath SHGetFolderPathAndSubDir SHGetFolderPathEx SHGetIconOverlayIndex SHGetIDListFromObject SHGetImageList SHGetInstanceExplorer SHGetItemFromDataObject SHGetItemFromObject SHGetKnownFolderIDList SHGetKnownFolderItem SHGetKnownFolderPath SHGetLocalizedName SHGetNameFromIDList SHGetNewLinkInfo SHGetPathFromIDList SHGetPathFromIDListEx SHGetPropertyStoreForWindow SHGetPropertyStoreFromIDList SHGetPropertyStoreFromParsingName SHGetRealIDL SHGetSetFolderCustomSettings SHGetSetSettings SHGetSettings SHGetStockIconInfo SHGetTemporaryPropertyForItem SHGetUnreadMailCountW SHHandleUpdateImage SHInvokePrinterCommand SHIsFileAvailableOffline SHLimitInputEdit SHLoadInProc SHLoadNonloadedIconOverlayIdentifiers SHMapPIDLToSystemImageListIndex SHMultiFileProperties SHObjectProperties SHOpenFolderAndSelectItems SHOpenWithDialog SHParseDisplayName SHPathPrepareForWrite SHPropStgCreate SHPropStgReadMultiple SHPropStgWriteMultiple SHQueryRecycleBin SHQueryUserNotificationState SHRemoveLocalizedName SHReplaceFromPropSheetExtArray SHResolveLibrary SHRestricted SHSetDefaultProperties SHSetInstanceExplorer SHSetKnownFolderPath SHSetLocalizedName SHSetTemporaryPropertyForItem SHSetUnreadMailCountW SHShellFolderView_Message SHShowManageLibraryUI SHSimpleIDListFromPath SHTestTokenMembership SHUpdateImage SHUpdateRecycleBinIcon SHValidateUNC SignalFileOpen StgMakeUniqueName TranslateURLW URLAssociationDialogW VariantToStrRet Win32DeleteFile WriteCabinetState
Structures
APPBARDATA ASSOCIATIONELEMENT BROWSEINFO CABINETSTATE CATEGORY_INFO CIDA CMINVOKECOMMANDINFOEX CM_COLUMNINFO COMDLG_FILTERSPEC COORD CSFV DATABLOCKHEADER DEFCONTEXTMENU DROPDESCRIPTION DROPFILES EXP_DARWIN_LINK EXP_SPECIAL_FOLDER EXP_SZ_LINK EXTRASEARCH FILEDESCRIPTOR FILEGROUPDESCRIPTOR FOLDERSETTINGS HLOCK HPIF HPSXA ITEMIDLIST KNOWNFOLDER_DEFINITION NOTIFICATION_USER_INPUT_DATA NOTIFYICONDATA NOTIFYICONIDENTIFIER NRESARRAY NSTCCUSTOMDRAW NT_CONSOLE_PROPS NT_FE_CONSOLE_PROPS OPENASINFO PERSIST_FOLDER_TARGET_INFO PFOLDERSETTINGS PREVIEWHANDLERFRAMEINFO PROPPRG SFV_CREATE SHChangeNotifyEntry SHDESCRIPTIONID SHDRAGIMAGE SHELLDETAILS SHELLEXECUTEINFO SHELLFLAGSTATE SHELLSTATE SHELL_ITEM_RESOURCE SHFILEINFO SHFILEOPSTRUCT SHFOLDERCUSTOMSETTINGS SHITEMID SHQUERYRBINFO SHSTOCKICONINFO SMDATA SORTCOLUMN STRRET SV2CVW2_PARAMS THUMBBUTTON URLINVOKECOMMANDINFO
APPBARDATA ASSOCIATIONELEMENT BROWSEINFO CABINETSTATE CATEGORY_INFO CIDA CMINVOKECOMMANDINFOEX CM_COLUMNINFO COMDLG_FILTERSPEC COORD CSFV DATABLOCKHEADER DEFCONTEXTMENU DESKBANDINFO DROPDESCRIPTION DROPFILES EXP_DARWIN_LINK EXP_SPECIAL_FOLDER EXP_SZ_LINK EXTRASEARCH FILEDESCRIPTOR FILEGROUPDESCRIPTOR FOLDERSETTINGS HLOCK HPIF HPSXA ITEMIDLIST KNOWNFOLDER_DEFINITION NOTIFICATION_USER_INPUT_DATA NOTIFYICONDATA NOTIFYICONIDENTIFIER NRESARRAY NSTCCUSTOMDRAW NT_CONSOLE_PROPS NT_FE_CONSOLE_PROPS OPENASINFO PERSIST_FOLDER_TARGET_INFO PFOLDERSETTINGS PREVIEWHANDLERFRAMEINFO PROPPRG SFV_CREATE SHChangeNotifyEntry SHDESCRIPTIONID SHDRAGIMAGE SHELLDETAILS SHELLEXECUTEINFO SHELLFLAGSTATE SHELLSTATE SHELL_ITEM_RESOURCE SHFILEINFO SHFILEOPSTRUCT SHFOLDERCUSTOMSETTINGS SHITEMID SHQUERYRBINFO SHSTOCKICONINFO SMDATA SORTCOLUMN STRRET SV2CVW2_PARAMS THUMBBUTTON URLINVOKECOMMANDINFO
Interfaces
DFConstraint DShellFolderViewEvents Folder Folder2 Folder3 FolderItem FolderItem2 FolderItems FolderItems2 FolderItems3 FolderItemVerb FolderItemVerbs IAccessibilityDockingService IAccessibilityDockingServiceCallback IAccessibleObject IActionProgress IActionProgressDialog IAppActivationUIInfo IApplicationActivationManager IApplicationAssociationRegistration IApplicationDesignModeSettings IApplicationDesignModeSettings2 IApplicationDestinations IApplicationDocumentLists IAppVisibility IAppVisibilityEvents IAssocHandler IAssocHandlerInvoker IAttachmentExecute IAutoComplete IAutoComplete2 IAutoCompleteDropDown IBrowserFrameOptions ICategorizer ICategoryProvider ICDBurn ICDBurnExt IColumnManager ICommDlgBrowser ICommDlgBrowser3 IContextMenu IContextMenu2 IContextMenu3 IContextMenuCB ICopyHookA ICopyHookW ICreateProcessInputs ICreatingProcess ICurrentItem ICustomDestinationList IDataObjectProvider IDataTransferManagerInterop IDefaultExtractIconInit IDefaultFolderMenuInitialize IDelegateFolder IDelegateItem IDesktopWallpaper IDestinationStreamFactory IDisplayItem IDockingWindow IDragSourceHelper IDragSourceHelper2 IDropTargetHelper IDynamicHWHandler IEnumAssocHandlers IEnumerableView IEnumExplorerCommand IEnumExtraSearch IEnumFullIDList IEnumIDList IEnumObjects IEnumReadyCallback IEnumResources IEnumShellItems IExecuteCommand IExecuteCommandApplicationHostEnvironment IExecuteCommandHost IExplorerBrowser IExplorerBrowserEvents IExplorerCommand IExplorerCommandProvider IExplorerCommandState IExplorerPaneVisibility IExtractIconA IExtractIconW IExtractImage IExtractImage2 IFileDialog IFileDialog2 IFileDialogControlEvents IFileDialogCustomize IFileDialogEvents IFileIsInUse IFileOpenDialog IFileOperation IFileOperationProgressSink IFileSaveDialog IFileSearchBand IFileSyncMergeHandler IFileSystemBindData IFileSystemBindData2 IFolderFilter IFolderFilterSite IFolderView IFolderView2 IFolderViewHost IFolderViewOC IFolderViewOptions IFolderViewSettings IFrameworkInputPane IFrameworkInputPaneHandler IHandlerActivationHost IHandlerInfo IHandlerInfo2 IHWEventHandler IHWEventHandler2 IIdentityName IImageRecompress IInitializeCommand IInitializeWithBindCtx IInitializeWithFile IInitializeWithItem IInitializeWithPropertyStore IInitializeWithStream IInitializeWithWindow IInputObject IInputObject2 IInputObjectSite IInsertItem IIOCancelInformation IItemNameLimits IKnownFolder IKnownFolderManager ILaunchSourceAppUserModelId ILaunchSourceViewSizePreference ILaunchTargetMonitor ILaunchTargetViewSizePreference IModalWindow INameSpaceTreeAccessible INameSpaceTreeControl INameSpaceTreeControl2 INameSpaceTreeControlDropHandler INameSpaceTreeControlEvents INameSpaceTreeControlFolderCapabilities INamespaceWalk INamespaceWalkCB INamespaceWalkCB2 INewMenuClient INewWDEvents INewWindowManager INotificationActivationCallback IObjectArray IObjectCollection IObjectProvider IObjectWithAppUserModelId IObjectWithBackReferences IObjectWithCancelEvent IObjectWithFolderEnumMode IObjectWithProgId IObjectWithSelection IOpenControlPanel IOperationsProgressDialog IPackageDebugSettings IPackageDebugSettings2 IPackageExecutionStateChangeNotification IParentAndItem IParseAndCreateItem IPersistFolder IPersistFolder2 IPersistFolder3 IPersistIDList IPreviewHandler IPreviewHandlerFrame IPreviewHandlerVisuals IPreviewItem IPreviousVersionsInfo IProfferService IProgressDialog IQueryCancelAutoPlay IQueryContinue IQueryInfo IRelatedItem IRemoteComputer IResolveShellLink IResultsFolder IRunnableTask ISearchBoxInfo IServiceProvider ISharingConfigurationManager IShellBrowser IShellDispatch IShellDispatch2 IShellDispatch3 IShellDispatch4 IShellDispatch5 IShellDispatch6 IShellExtInit IShellFolder IShellFolder2 IShellFolderViewCB IShellFolderViewDual IShellFolderViewDual2 IShellFolderViewDual3 IShellIcon IShellIconOverlayIdentifier IShellItem IShellItem2 IShellItemArray IShellItemFilter IShellItemImageFactory IShellItemResources IShellLibrary IShellLinkDataList IShellLinkDual IShellLinkDual2 IShellLinkW IShellMenu IShellMenuCallback IShellPropSheetExt IShellTaskScheduler IShellView IShellView2 IShellView3 IShellWindows IStartMenuPinnedList IStreamAsync IStreamUnbufferedInfo ITaskbarList ITaskbarList2 ITaskbarList3 ITaskbarList4 IThumbnailHandlerFactory IThumbnailProvider ITransferAdviseSink ITransferDestination ITransferMediumItem ITransferSource IUniformResourceLocator IUpdateIDList IUserAccountChangeCallback IUserNotification IUserNotification2 IUserNotificationCallback IViewStateIdentityItem IVirtualDesktopManager IVisualProperties IWebWizardHost IWebWizardHost2
DFConstraint DShellFolderViewEvents Folder Folder2 Folder3 FolderItem FolderItem2 FolderItems FolderItems2 FolderItems3 FolderItemVerb FolderItemVerbs IAccessibilityDockingService IAccessibilityDockingServiceCallback IAccessibleObject IActionProgress IActionProgressDialog IAppActivationUIInfo IApplicationActivationManager IApplicationAssociationRegistration IApplicationDesignModeSettings IApplicationDesignModeSettings2 IApplicationDestinations IApplicationDocumentLists IAppVisibility IAppVisibilityEvents IAssocHandler IAssocHandlerInvoker IAttachmentExecute IAutoComplete IAutoComplete2 IAutoCompleteDropDown IBrowserFrameOptions ICategorizer ICategoryProvider ICDBurn ICDBurnExt IColumnManager ICommDlgBrowser ICommDlgBrowser3 IContextMenu IContextMenu2 IContextMenu3 IContextMenuCB ICopyHookA ICopyHookW ICreateProcessInputs ICreatingProcess ICurrentItem ICustomDestinationList IDataObjectProvider IDataTransferManagerInterop IDefaultExtractIconInit IDefaultFolderMenuInitialize IDelegateFolder IDelegateItem IDeskBand IDeskBand2 IDesktopWallpaper IDestinationStreamFactory IDisplayItem IDockingWindow IDragSourceHelper IDragSourceHelper2 IDropTargetHelper IDynamicHWHandler IEnumAssocHandlers IEnumerableView IEnumExplorerCommand IEnumExtraSearch IEnumFullIDList IEnumIDList IEnumObjects IEnumReadyCallback IEnumResources IEnumShellItems IExecuteCommand IExecuteCommandApplicationHostEnvironment IExecuteCommandHost IExplorerBrowser IExplorerBrowserEvents IExplorerCommand IExplorerCommandProvider IExplorerCommandState IExplorerPaneVisibility IExtractIconA IExtractIconW IExtractImage IExtractImage2 IFileDialog IFileDialog2 IFileDialogControlEvents IFileDialogCustomize IFileDialogEvents IFileIsInUse IFileOpenDialog IFileOperation IFileOperationProgressSink IFileSaveDialog IFileSearchBand IFileSyncMergeHandler IFileSystemBindData IFileSystemBindData2 IFolderFilter IFolderFilterSite IFolderView IFolderView2 IFolderViewHost IFolderViewOC IFolderViewOptions IFolderViewSettings IFrameworkInputPane IFrameworkInputPaneHandler IHandlerActivationHost IHandlerInfo IHandlerInfo2 IHWEventHandler IHWEventHandler2 IIdentityName IImageRecompress IInitializeCommand IInitializeWithBindCtx IInitializeWithFile IInitializeWithItem IInitializeWithPropertyStore IInitializeWithStream IInitializeWithWindow IInputObject IInputObject2 IInputObjectSite IInsertItem IIOCancelInformation IItemNameLimits IKnownFolder IKnownFolderManager ILaunchSourceAppUserModelId ILaunchSourceViewSizePreference ILaunchTargetMonitor ILaunchTargetViewSizePreference IModalWindow INameSpaceTreeAccessible INameSpaceTreeControl INameSpaceTreeControl2 INameSpaceTreeControlDropHandler INameSpaceTreeControlEvents INameSpaceTreeControlFolderCapabilities INamespaceWalk INamespaceWalkCB INamespaceWalkCB2 INewMenuClient INewWDEvents INewWindowManager INotificationActivationCallback IObjectArray IObjectCollection IObjectProvider IObjectWithAppUserModelId IObjectWithBackReferences IObjectWithCancelEvent IObjectWithFolderEnumMode IObjectWithProgId IObjectWithSelection IOpenControlPanel IOperationsProgressDialog IPackageDebugSettings IPackageDebugSettings2 IPackageExecutionStateChangeNotification IParentAndItem IParseAndCreateItem IPersistFolder IPersistFolder2 IPersistFolder3 IPersistIDList IPreviewHandler IPreviewHandlerFrame IPreviewHandlerVisuals IPreviewItem IPreviousVersionsInfo IProfferService IProgressDialog IQueryCancelAutoPlay IQueryContinue IQueryInfo IRelatedItem IRemoteComputer IResolveShellLink IResultsFolder IRunnableTask ISearchBoxInfo IServiceProvider ISharingConfigurationManager IShellBrowser IShellDispatch IShellDispatch2 IShellDispatch3 IShellDispatch4 IShellDispatch5 IShellDispatch6 IShellExtInit IShellFolder IShellFolder2 IShellFolderViewCB IShellFolderViewDual IShellFolderViewDual2 IShellFolderViewDual3 IShellIcon IShellIconOverlayIdentifier IShellItem IShellItem2 IShellItemArray IShellItemFilter IShellItemImageFactory IShellItemResources IShellLibrary IShellLinkDataList IShellLinkDual IShellLinkDual2 IShellLinkW IShellMenu IShellMenuCallback IShellPropSheetExt IShellTaskScheduler IShellView IShellView2 IShellView3 IShellWindows IStartMenuPinnedList IStreamAsync IStreamUnbufferedInfo ITaskbarList ITaskbarList2 ITaskbarList3 ITaskbarList4 IThumbnailHandlerFactory IThumbnailProvider ITransferAdviseSink ITransferDestination ITransferMediumItem ITransferSource IUniformResourceLocator IUpdateIDList IUserAccountChangeCallback IUserNotification IUserNotification2 IUserNotificationCallback IViewStateIdentityItem IVirtualDesktopManager IVisualProperties IWebWizardHost IWebWizardHost2
</PackageReleaseNotes>
</PropertyGroup>

View File

@ -81,10 +81,11 @@ Native Structure | Header | Managed Structure
[HWLANSESSION](https://www.google.com/search?num=5&q=HWLANSESSION+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WlanApi.HWLANSESSION](https://github.com/dahall/Vanara/search?l=C%23&q=HWLANSESSION)
[NDIS_OBJECT_HEADER](https://www.google.com/search?num=5&q=NDIS_OBJECT_HEADER+site%3Adocs.microsoft.com) | Ntddndis.h | [Vanara.PInvoke.WlanApi.NDIS_OBJECT_HEADER](https://github.com/dahall/Vanara/search?l=C%23&q=NDIS_OBJECT_HEADER)
[ONEX_AUTH_PARAMS](https://www.google.com/search?num=5&q=ONEX_AUTH_PARAMS+site%3Adocs.microsoft.com) | dot1x.h | [Vanara.PInvoke.WlanApi.ONEX_AUTH_PARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=ONEX_AUTH_PARAMS)
[ONEX_CONNECTION_PROFILE](https://www.google.com/search?num=5&q=ONEX_CONNECTION_PROFILE+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WlanApi.ONEX_CONNECTION_PROFILE](https://github.com/dahall/Vanara/search?l=C%23&q=ONEX_CONNECTION_PROFILE)
[ONEX_CONNECTION_PROFILE](https://www.google.com/search?num=5&q=ONEX_CONNECTION_PROFILE+site%3Adocs.microsoft.com) | dot1x.h | [Vanara.PInvoke.WlanApi.ONEX_CONNECTION_PROFILE](https://github.com/dahall/Vanara/search?l=C%23&q=ONEX_CONNECTION_PROFILE)
[ONEX_EAP_ERROR](https://www.google.com/search?num=5&q=ONEX_EAP_ERROR+site%3Adocs.microsoft.com) | dot1x.h | [Vanara.PInvoke.WlanApi.ONEX_EAP_ERROR](https://github.com/dahall/Vanara/search?l=C%23&q=ONEX_EAP_ERROR)
[ONEX_RESULT_UPDATE_DATA](https://www.google.com/search?num=5&q=ONEX_RESULT_UPDATE_DATA+site%3Adocs.microsoft.com) | dot1x.h | [Vanara.PInvoke.WlanApi.ONEX_RESULT_UPDATE_DATA](https://github.com/dahall/Vanara/search?l=C%23&q=ONEX_RESULT_UPDATE_DATA)
[ONEX_STATUS](https://www.google.com/search?num=5&q=ONEX_STATUS+site%3Adocs.microsoft.com) | dot1x.h | [Vanara.PInvoke.WlanApi.ONEX_STATUS](https://github.com/dahall/Vanara/search?l=C%23&q=ONEX_STATUS)
[ONEX_USER_INFO](https://www.google.com/search?num=5&q=ONEX_USER_INFO+site%3Adocs.microsoft.com) | dot1x.h | [Vanara.PInvoke.WlanApi.ONEX_USER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=ONEX_USER_INFO)
[ONEX_VARIABLE_BLOB](https://www.google.com/search?num=5&q=ONEX_VARIABLE_BLOB+site%3Adocs.microsoft.com) | dot1x.h | [Vanara.PInvoke.WlanApi.ONEX_VARIABLE_BLOB](https://github.com/dahall/Vanara/search?l=C%23&q=ONEX_VARIABLE_BLOB)
[WLAN_ASSOCIATION_ATTRIBUTES](https://www.google.com/search?num=5&q=WLAN_ASSOCIATION_ATTRIBUTES+site%3Adocs.microsoft.com) | wlanapi.h | [Vanara.PInvoke.WlanApi.WLAN_ASSOCIATION_ATTRIBUTES](https://github.com/dahall/Vanara/search?l=C%23&q=WLAN_ASSOCIATION_ATTRIBUTES)
[WLAN_AUTH_CIPHER_PAIR_LIST](https://www.google.com/search?num=5&q=WLAN_AUTH_CIPHER_PAIR_LIST+site%3Adocs.microsoft.com) | wlanapi.h | [Vanara.PInvoke.WlanApi.WLAN_AUTH_CIPHER_PAIR_LIST](https://github.com/dahall/Vanara/search?l=C%23&q=WLAN_AUTH_CIPHER_PAIR_LIST)
@ -125,12 +126,23 @@ Native Structure | Header | Managed Structure
### Interfaces
Native Interface | Header | Managed Interface
--- | --- | ---
[IDot11AdHocInterface](https://www.google.com/search?num=5&q=IDot11AdHocInterface+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IDot11AdHocInterface](https://github.com/dahall/Vanara/search?l=C%23&q=IDot11AdHocInterface)
[IDot11AdHocInterfaceNotificationSink](https://www.google.com/search?num=5&q=IDot11AdHocInterfaceNotificationSink+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IDot11AdHocInterfaceNotificationSink](https://github.com/dahall/Vanara/search?l=C%23&q=IDot11AdHocInterfaceNotificationSink)
[IDot11AdHocManager](https://www.google.com/search?num=5&q=IDot11AdHocManager+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IDot11AdHocManager](https://github.com/dahall/Vanara/search?l=C%23&q=IDot11AdHocManager)
[IDot11AdHocManagerNotificationSink](https://www.google.com/search?num=5&q=IDot11AdHocManagerNotificationSink+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IDot11AdHocManagerNotificationSink](https://github.com/dahall/Vanara/search?l=C%23&q=IDot11AdHocManagerNotificationSink)
[IDot11AdHocNetwork](https://www.google.com/search?num=5&q=IDot11AdHocNetwork+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IDot11AdHocNetwork](https://github.com/dahall/Vanara/search?l=C%23&q=IDot11AdHocNetwork)
[IDot11AdHocNetworkNotificationSink](https://www.google.com/search?num=5&q=IDot11AdHocNetworkNotificationSink+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IDot11AdHocNetworkNotificationSink](https://github.com/dahall/Vanara/search?l=C%23&q=IDot11AdHocNetworkNotificationSink)
[IDot11AdHocSecuritySettings](https://www.google.com/search?num=5&q=IDot11AdHocSecuritySettings+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IDot11AdHocSecuritySettings](https://github.com/dahall/Vanara/search?l=C%23&q=IDot11AdHocSecuritySettings)
[IElevateWlanUi](https://www.google.com/search?num=5&q=IElevateWlanUi+site%3Adocs.microsoft.com) | wlanui.dll | |
[IEnumDot11AdHocInterfaces](https://www.google.com/search?num=5&q=IEnumDot11AdHocInterfaces+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IEnumDot11AdHocInterfaces](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumDot11AdHocInterfaces)
[IEnumDot11AdHocNetworks](https://www.google.com/search?num=5&q=IEnumDot11AdHocNetworks+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IEnumDot11AdHocNetworks](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumDot11AdHocNetworks)
[IEnumDot11AdHocSecuritySettings](https://www.google.com/search?num=5&q=IEnumDot11AdHocSecuritySettings+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.IEnumDot11AdHocSecuritySettings](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumDot11AdHocSecuritySettings)
[ISequentialStream](https://www.google.com/search?num=5&q=ISequentialStream+site%3Adocs.microsoft.com) | wlanui.dll | |
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[DOT11_NETWORK_LIST](https://www.google.com/search?num=5&q=DOT11_NETWORK_LIST+site%3Adocs.microsoft.com) | wlanapi.h | [Vanara.PInvoke.WlanApi.DOT11_NETWORK_LIST](https://github.com/dahall/Vanara/search?l=C%23&q=DOT11_NETWORK_LIST)
[Dot11AdHocManager](https://www.google.com/search?num=5&q=Dot11AdHocManager+site%3Adocs.microsoft.com) | adhoc.h | [Vanara.PInvoke.WlanApi.Dot11AdHocManager](https://github.com/dahall/Vanara/search?l=C%23&q=Dot11AdHocManager)
[SafeHWFDSERVICE](https://www.google.com/search?num=5&q=SafeHWFDSERVICE+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WlanApi.SafeHWFDSERVICE](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHWFDSERVICE)
[SafeHWFDSESSION](https://www.google.com/search?num=5&q=SafeHWFDSESSION+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WlanApi.SafeHWFDSESSION](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHWFDSESSION)
[SafeHWLANMEM](https://www.google.com/search?num=5&q=SafeHWLANMEM+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WlanApi.SafeHWLANMEM](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHWLANMEM)

View File

@ -17,7 +17,10 @@ Functions
WFDCancelOpenSession WFDCloseHandle WFDOpenHandle WFDOpenLegacySession WFDStartOpenSession WFDUpdateDeviceVisibility WlanAllocateMemory WlanCloseHandle WlanConnect WlanDeleteProfile WlanDeviceServiceCommand WlanDisconnect WlanEnumInterfaces WlanExtractPsdIEDataList WlanFreeMemory WlanGetAvailableNetworkList WlanGetFilterList WlanGetInterfaceCapability WlanGetNetworkBssList WlanGetProfile WlanGetProfileCustomUserData WlanGetProfileList WlanGetSecuritySettings WlanGetSupportedDeviceServices WlanHostedNetworkForceStart WlanHostedNetworkForceStop WlanHostedNetworkInitSettings WlanHostedNetworkQueryProperty WlanHostedNetworkQuerySecondaryKey WlanHostedNetworkQueryStatus WlanHostedNetworkRefreshSecuritySettings WlanHostedNetworkSetProperty WlanHostedNetworkSetSecondaryKey WlanHostedNetworkStartUsing WlanHostedNetworkStopUsing WlanIhvControl WlanOpenHandle WlanQueryAutoConfigParameter WlanQueryInterface WlanReasonCodeToString WlanRegisterDeviceServiceNotification WlanRegisterNotification WlanRegisterVirtualStationNotification WlanRenameProfile WlanSaveTemporaryProfile WlanScan WlanSetAutoConfigParameter WlanSetFilterList WlanSetInterface WlanSetProfile WlanSetProfileCustomUserData WlanSetProfileEapUserData WlanSetProfileEapXmlUserData WlanSetProfileList WlanSetProfilePosition WlanSetPsdIEDataList WlanSetSecuritySettings WlanUIEditProfile
Structures
DOT11_AUTH_CIPHER_PAIR DOT11_BSSID_LIST DOT11_COUNTRY_OR_REGION_STRING DOT11_MAC_ADDRESS DOT11_NETWORK DOT11_NETWORK_LIST DOT11_SSID EAP_METHOD_TYPE EAP_TYPE HWFDSERVICE HWFDSESSION HWLANSESSION NDIS_OBJECT_HEADER ONEX_AUTH_PARAMS ONEX_CONNECTION_PROFILE ONEX_EAP_ERROR ONEX_RESULT_UPDATE_DATA ONEX_STATUS ONEX_VARIABLE_BLOB WLAN_ASSOCIATION_ATTRIBUTES WLAN_AUTH_CIPHER_PAIR_LIST WLAN_AVAILABLE_NETWORK WLAN_AVAILABLE_NETWORK_LIST WLAN_BSS_ENTRY WLAN_BSS_LIST WLAN_CONNECTION_ATTRIBUTES WLAN_CONNECTION_NOTIFICATION_DATA WLAN_CONNECTION_PARAMETERS WLAN_COUNTRY_OR_REGION_STRING_LIST WLAN_DEVICE_SERVICE_GUID_LIST WLAN_DEVICE_SERVICE_NOTIFICATION_DATA WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE WLAN_HOSTED_NETWORK_PEER_STATE WLAN_HOSTED_NETWORK_RADIO_STATE WLAN_HOSTED_NETWORK_SECURITY_SETTINGS WLAN_HOSTED_NETWORK_STATE_CHANGE WLAN_HOSTED_NETWORK_STATUS WLAN_INTERFACE_CAPABILITY WLAN_INTERFACE_INFO WLAN_INTERFACE_INFO_LIST WLAN_MAC_FRAME_STATISTICS WLAN_MSM_NOTIFICATION_DATA WLAN_NOTIFICATION_DATA WLAN_PHY_FRAME_STATISTICS WLAN_PHY_RADIO_STATE WLAN_PROFILE_INFO WLAN_PROFILE_INFO_LIST WLAN_RADIO_STATE WLAN_RATE_SET WLAN_RAW_DATA WLAN_RAW_DATA_INFO WLAN_RAW_DATA_LIST WLAN_SECURITY_ATTRIBUTES WLAN_STATISTICS
DOT11_AUTH_CIPHER_PAIR DOT11_BSSID_LIST DOT11_COUNTRY_OR_REGION_STRING DOT11_MAC_ADDRESS DOT11_NETWORK DOT11_NETWORK_LIST DOT11_SSID EAP_METHOD_TYPE EAP_TYPE HWFDSERVICE HWFDSESSION HWLANSESSION NDIS_OBJECT_HEADER ONEX_AUTH_PARAMS ONEX_CONNECTION_PROFILE ONEX_EAP_ERROR ONEX_RESULT_UPDATE_DATA ONEX_STATUS ONEX_USER_INFO ONEX_VARIABLE_BLOB WLAN_ASSOCIATION_ATTRIBUTES WLAN_AUTH_CIPHER_PAIR_LIST WLAN_AVAILABLE_NETWORK WLAN_AVAILABLE_NETWORK_LIST WLAN_BSS_ENTRY WLAN_BSS_LIST WLAN_CONNECTION_ATTRIBUTES WLAN_CONNECTION_NOTIFICATION_DATA WLAN_CONNECTION_PARAMETERS WLAN_COUNTRY_OR_REGION_STRING_LIST WLAN_DEVICE_SERVICE_GUID_LIST WLAN_DEVICE_SERVICE_NOTIFICATION_DATA WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE WLAN_HOSTED_NETWORK_PEER_STATE WLAN_HOSTED_NETWORK_RADIO_STATE WLAN_HOSTED_NETWORK_SECURITY_SETTINGS WLAN_HOSTED_NETWORK_STATE_CHANGE WLAN_HOSTED_NETWORK_STATUS WLAN_INTERFACE_CAPABILITY WLAN_INTERFACE_INFO WLAN_INTERFACE_INFO_LIST WLAN_MAC_FRAME_STATISTICS WLAN_MSM_NOTIFICATION_DATA WLAN_NOTIFICATION_DATA WLAN_PHY_FRAME_STATISTICS WLAN_PHY_RADIO_STATE WLAN_PROFILE_INFO WLAN_PROFILE_INFO_LIST WLAN_RADIO_STATE WLAN_RATE_SET WLAN_RAW_DATA WLAN_RAW_DATA_INFO WLAN_RAW_DATA_LIST WLAN_SECURITY_ATTRIBUTES WLAN_STATISTICS
Interfaces
IDot11AdHocInterface IDot11AdHocInterfaceNotificationSink IDot11AdHocManager IDot11AdHocManagerNotificationSink IDot11AdHocNetwork IDot11AdHocNetworkNotificationSink IDot11AdHocSecuritySettings IEnumDot11AdHocInterfaces IEnumDot11AdHocNetworks IEnumDot11AdHocSecuritySettings
</PackageReleaseNotes>
</PropertyGroup>

View File

@ -62,6 +62,7 @@ Dhcpcsvc6.dll, Dhcpcsvc.dll | [Vanara.PInvoke.Dhcp](https://github.com/dahall/Va
DnsApi.dll | [Vanara.PInvoke.DnsApi](https://github.com/dahall/Vanara/blob/master/PInvoke/DnsApi/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.DnsApi?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.DnsApi?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.DnsApi)
Drt.dll | [Vanara.PInvoke.Drt](https://github.com/dahall/Vanara/blob/master/PInvoke/Drt/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Drt?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Drt?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Drt)
dwmapi.dll | [Vanara.PInvoke.DwmApi](https://github.com/dahall/Vanara/blob/master/PInvoke/DwmApi/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.DwmApi?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.DwmApi?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.DwmApi)
fhsvcctl.dll | [Vanara.PInvoke.FhSvcCtl](https://github.com/dahall/Vanara/blob/master/PInvoke/FhSvcCtl/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.FhSvcCtl?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.FhSvcCtl?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.FhSvcCtl)
FirewallApi.dll | [Vanara.PInvoke.FirewallApi](https://github.com/dahall/Vanara/blob/master/PInvoke/FirewallApi/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.FirewallApi?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.FirewallApi?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.FirewallApi)
FunDisc.dll | [Vanara.PInvoke.FunDisc](https://github.com/dahall/Vanara/blob/master/PInvoke/FunDisc/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.FunDisc?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.FunDisc?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.FunDisc)
gdi32.dll | [Vanara.PInvoke.Gdi32](https://github.com/dahall/Vanara/blob/master/PInvoke/Gdi32/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Gdi32?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Gdi32?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Gdi32)

View File

@ -34,6 +34,7 @@
<dependency id="Vanara.PInvoke.DnsApi" version="3.3.13" />
<dependency id="Vanara.PInvoke.Drt" version="3.3.13" />
<dependency id="Vanara.PInvoke.DwmApi" version="3.3.13" />
<dependency id="Vanara.PInvoke.FhSvcCtl" version="3.3.13" />
<dependency id="Vanara.PInvoke.FirewallApi" version="3.3.13" />
<dependency id="Vanara.PInvoke.FunDisc" version="3.3.13" />
<dependency id="Vanara.PInvoke.Gdi32" version="3.3.13" />

View File

@ -132,6 +132,7 @@ Class | Description
[Vanara.Windows.Forms.ExplorerBrowser.NavigationLogEventArgs](https://github.com/dahall/Vanara/search?l=C%23&q=NavigationLogEventArgs) | The event argument for NavigationLogChangedEvent
[Vanara.Windows.Forms.NetworkConnectionDialog](https://github.com/dahall/Vanara/search?l=C%23&q=NetworkConnectionDialog) | A dialog box that allows the user to browse and connect to network resources.
[Vanara.Windows.Forms.NetworkDisconnectDialog](https://github.com/dahall/Vanara/search?l=C%23&q=NetworkDisconnectDialog) | A dialog box that allows the user to browse and connect to network resources.
[Vanara.Extensions.NotifyIconExtensions](https://github.com/dahall/Vanara/search?l=C%23&q=NotifyIconExtensions) |
[Vanara.Drawing.BufferedPaint.PaintAction<T>](https://github.com/dahall/Vanara/search?l=C%23&q=PaintAction<T>) | A method delegate to paint a stateful image.
[Vanara.Windows.Forms.CredentialsDialog.PasswordValidatorEventArgs](https://github.com/dahall/Vanara/search?l=C%23&q=PasswordValidatorEventArgs) | Used by the `Vanara.Windows.Forms.CredentialsDialog.ValidatePassword` event.
[Vanara.Windows.Forms.Forms.PreventShutdownContext](https://github.com/dahall/Vanara/search?l=C%23&q=PreventShutdownContext) | Used to define a set of operations within which any shutdown request will be met with a reason why this application is blocking it.

View File

@ -13,7 +13,7 @@
<PackageReleaseNotes>Currently implements:
Classes
IAccessControlEditorDialogProvider, IActionGetItem, IDrawingStyle&lt;T&gt;, IEnableable, IFileListStorage, IMenuBuilder, AccessControlEditorDialog, ActivationContext, AppSettingsFileListStorage, AttributedComponentDesigner&lt;T&gt;, AttributedComponentDesignerEx&lt;T&gt;, AttributedControlDesigner&lt;T&gt;, AttributedControlDesignerEx&lt;T&gt;, AttributedDesignerActionList, AttributedParentControlDesigner&lt;T&gt;, AttributedParentControlDesignerEx&lt;T&gt;, AuthenticationBuffer, BufferedAnimationPainter, BufferedPaint, BufferedPainter, ButtonClickedEventArgs, ButtonExtension, CollapsiblePanel, ComboBoxExtension, CommandLink, ComponentDesignerExtension, ControlExtension, ControlImage, CredentialsDialog, CursorExtension, CustomButton, CustomComboBox, CustomDrawBase, DesignerActionMethodAttribute, DesignerActionPropertyAttribute, DesignerVerbAttribute, DesktopWindowManager, DisabledItemComboBox, DrawPattern, EditorServiceContext, EnumComboBox, ExpandedEventArgs, ExplorerBrowser, ExplorerBrowserPaneVisibility, FlagCheckedListBox, FlagCheckedListBoxItem, FlagEnumUIEditor&lt;T&gt;, FolderBrowserDialog, FolderBrowserDialogInitializedEventArgs, GenericProvider, GetDuration&lt;T&gt;, GlassExtenderProvider, GraphicsExtension, GroupIconResIndexer, IconExtension, ImageListExtension, ImageResIndexer&lt;T&gt;, InputDialog, InputDialogItemAttribute, InvalidFolderEventArgs, IPAddressBox, IPAddressFieldChangedEventArgs, LabelExtension, ListViewExtension, ListViewGroupingSet&lt;T&gt;, LiveThumbnail, MapPointExtension, MenuStripMRUManager, MRUManager, NavigatedEventArgs, NavigatingEventArgs, NavigationFailedEventArgs, NavigationLog, NavigationLogEventArgs, NetworkConnectionDialog, NetworkDisconnectDialog, PaintAction&lt;T&gt;, PasswordValidatorEventArgs, PreventShutdownContext, ProgressDialog, ProgressEventArgs, RedirectedDesignerItemAttribute, RegistryFileListStorage, ResourceFile, ServiceProviderExtension, ShellNamespaceTreeControl, ShellNamespaceTreeControlCancelEventArgs, ShellNamespaceTreeControlEventArgs, ShellNamespaceTreeControlItemLabelEditEventArgs, ShellNamespaceTreeControlItemMouseClickEventArgs, ShellNamespaceTreeRootList, ShellProgressDialog, SplitButton, SplitMenuEventArgs, StringResIndexer, Style, TaskDialog, TaskDialogButton, TaskDialogButtonBase, TaskDialogButtonCollection&lt;T&gt;, TaskDialogProgressBar, TaskDialogRadioButton, TextBoxExtension, ThemedImageDraw, ThemedLabel, ThemedPanel, ThemedTableLayoutPanel, TimerEventArgs, TrackBarEx, TreeViewExtension, TypedBehavior&lt;T&gt;, TypedDesignerActionList&lt;T&gt;, TypedGlyph&lt;T&gt;, VerificationClickedEventArgs, VistaButtonBase, VistaControlExtender, VisualStylesRendererExtension, VisualTheme
IAccessControlEditorDialogProvider, IActionGetItem, IDrawingStyle&lt;T&gt;, IEnableable, IFileListStorage, IMenuBuilder, AccessControlEditorDialog, ActivationContext, AppSettingsFileListStorage, AttributedComponentDesigner&lt;T&gt;, AttributedComponentDesignerEx&lt;T&gt;, AttributedControlDesigner&lt;T&gt;, AttributedControlDesignerEx&lt;T&gt;, AttributedDesignerActionList, AttributedParentControlDesigner&lt;T&gt;, AttributedParentControlDesignerEx&lt;T&gt;, AuthenticationBuffer, BufferedAnimationPainter, BufferedPaint, BufferedPainter, ButtonClickedEventArgs, ButtonExtension, CollapsiblePanel, ComboBoxExtension, CommandLink, ComponentDesignerExtension, ControlExtension, ControlImage, CredentialsDialog, CursorExtension, CustomButton, CustomComboBox, CustomDrawBase, DesignerActionMethodAttribute, DesignerActionPropertyAttribute, DesignerVerbAttribute, DesktopWindowManager, DisabledItemComboBox, DrawPattern, EditorServiceContext, EnumComboBox, ExpandedEventArgs, ExplorerBrowser, ExplorerBrowserPaneVisibility, FlagCheckedListBox, FlagCheckedListBoxItem, FlagEnumUIEditor&lt;T&gt;, FolderBrowserDialog, FolderBrowserDialogInitializedEventArgs, GenericProvider, GetDuration&lt;T&gt;, GlassExtenderProvider, GraphicsExtension, GroupIconResIndexer, IconExtension, ImageListExtension, ImageResIndexer&lt;T&gt;, InputDialog, InputDialogItemAttribute, InvalidFolderEventArgs, IPAddressBox, IPAddressFieldChangedEventArgs, LabelExtension, ListViewExtension, ListViewGroupingSet&lt;T&gt;, LiveThumbnail, MapPointExtension, MenuStripMRUManager, MRUManager, NavigatedEventArgs, NavigatingEventArgs, NavigationFailedEventArgs, NavigationLog, NavigationLogEventArgs, NetworkConnectionDialog, NetworkDisconnectDialog, NotifyIconExtensions, PaintAction&lt;T&gt;, PasswordValidatorEventArgs, PreventShutdownContext, ProgressDialog, ProgressEventArgs, RedirectedDesignerItemAttribute, RegistryFileListStorage, ResourceFile, ServiceProviderExtension, ShellNamespaceTreeControl, ShellNamespaceTreeControlCancelEventArgs, ShellNamespaceTreeControlEventArgs, ShellNamespaceTreeControlItemLabelEditEventArgs, ShellNamespaceTreeControlItemMouseClickEventArgs, ShellNamespaceTreeRootList, ShellProgressDialog, SplitButton, SplitMenuEventArgs, StringResIndexer, Style, TaskDialog, TaskDialogButton, TaskDialogButtonBase, TaskDialogButtonCollection&lt;T&gt;, TaskDialogProgressBar, TaskDialogRadioButton, TextBoxExtension, ThemedImageDraw, ThemedLabel, ThemedPanel, ThemedTableLayoutPanel, TimerEventArgs, TrackBarEx, TreeViewExtension, TypedBehavior&lt;T&gt;, TypedDesignerActionList&lt;T&gt;, TypedGlyph&lt;T&gt;, VerificationClickedEventArgs, VistaButtonBase, VistaControlExtender, VisualStylesRendererExtension, VisualTheme
Structures
TaskDialogResult