Skip to content

Commit

Permalink
Updated project files for 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Mar 1, 2021
1 parent d7eeb1c commit fb5f447
Show file tree
Hide file tree
Showing 10 changed files with 182 additions and 7 deletions.
142 changes: 141 additions & 1 deletion PInvoke/Kernel32/CorrelationReport.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion PInvoke/Kernel32/Vanara.PInvoke.Kernel32.csproj

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions PInvoke/RstrtMgr/CorrelationReport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Vanara.PInvoke.RstrtMgr
PInvoke API (methods, structures and constants) imported from Windows RstrtMgr.dll.

- Includes methods from rstrtmgr.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.RstrtMgr?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.RstrtMgr?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.RstrtMgr)
### Methods - 100% API coverage (11 of 11 functions)
Native Method | Header | Managed Method
--- | --- | ---
[RmAddFilter](https://www.google.com/search?num=5&q=RmAddFilter+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmAddFilter](https://github.com/dahall/Vanara/search?l=C%23&q=RmAddFilter)
[RmCancelCurrentTask](https://www.google.com/search?num=5&q=RmCancelCurrentTask+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmCancelCurrentTask](https://github.com/dahall/Vanara/search?l=C%23&q=RmCancelCurrentTask)
[RmEndSession](https://www.google.com/search?num=5&q=RmEndSession+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmEndSession](https://github.com/dahall/Vanara/search?l=C%23&q=RmEndSession)
[RmGetFilterList](https://www.google.com/search?num=5&q=RmGetFilterList+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmGetFilterList](https://github.com/dahall/Vanara/search?l=C%23&q=RmGetFilterList)
[RmGetList](https://www.google.com/search?num=5&q=RmGetList+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmGetList](https://github.com/dahall/Vanara/search?l=C%23&q=RmGetList)
[RmJoinSession](https://www.google.com/search?num=5&q=RmJoinSession+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmJoinSession](https://github.com/dahall/Vanara/search?l=C%23&q=RmJoinSession)
[RmRegisterResources](https://www.google.com/search?num=5&q=RmRegisterResources+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmRegisterResources](https://github.com/dahall/Vanara/search?l=C%23&q=RmRegisterResources)
[RmRemoveFilter](https://www.google.com/search?num=5&q=RmRemoveFilter+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmRemoveFilter](https://github.com/dahall/Vanara/search?l=C%23&q=RmRemoveFilter)
[RmRestart](https://www.google.com/search?num=5&q=RmRestart+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmRestart](https://github.com/dahall/Vanara/search?l=C%23&q=RmRestart)
[RmShutdown](https://www.google.com/search?num=5&q=RmShutdown+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmShutdown](https://github.com/dahall/Vanara/search?l=C%23&q=RmShutdown)
[RmStartSession](https://www.google.com/search?num=5&q=RmStartSession+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmStartSession](https://github.com/dahall/Vanara/search?l=C%23&q=RmStartSession)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[RM_FILTER_INFO](https://www.google.com/search?num=5&q=RM_FILTER_INFO+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RM_FILTER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=RM_FILTER_INFO)
[RM_PROCESS_INFO](https://www.google.com/search?num=5&q=RM_PROCESS_INFO+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RM_PROCESS_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=RM_PROCESS_INFO)
[RM_UNIQUE_PROCESS](https://www.google.com/search?num=5&q=RM_UNIQUE_PROCESS+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RM_UNIQUE_PROCESS](https://github.com/dahall/Vanara/search?l=C%23&q=RM_UNIQUE_PROCESS)
10 changes: 9 additions & 1 deletion PInvoke/RstrtMgr/Vanara.PInvoke.RstrtMgr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
<AssemblyName>Vanara.PInvoke.RstrtMgr</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;RstrtMgr;restart manager</PackageTags>
<PackageReleaseNotes/>
<PackageReleaseNotes>Currently implements:

Functions
RmAddFilter, RmCancelCurrentTask, RmEndSession, RmGetFilterList, RmGetList, RmJoinSession, RmRegisterResources, RmRemoveFilter, RmRestart, RmShutdown, RmStartSession

Structures
RM_FILTER_INFO, RM_PROCESS_INFO, RM_UNIQUE_PROCESS

</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />
Expand Down
1 change: 1 addition & 0 deletions PInvoke/Security/CorrelationReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ Native Structure | Header | Managed Structure
[SERVICE_TRIGGER](https://www.google.com/search?num=5&q=SERVICE_TRIGGER+site%3Adocs.microsoft.com) | winsvc.h | [Vanara.PInvoke.AdvApi32.SERVICE_TRIGGER](https://github.com/dahall/Vanara/search?l=C%23&q=SERVICE_TRIGGER)
[SERVICE_TRIGGER_INFO](https://www.google.com/search?num=5&q=SERVICE_TRIGGER_INFO+site%3Adocs.microsoft.com) | winsvc.h | [Vanara.PInvoke.AdvApi32.SERVICE_TRIGGER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=SERVICE_TRIGGER_INFO)
[SERVICE_TRIGGER_SPECIFIC_DATA_ITEM](https://www.google.com/search?num=5&q=SERVICE_TRIGGER_SPECIFIC_DATA_ITEM+site%3Adocs.microsoft.com) | winsvc.h | [Vanara.PInvoke.AdvApi32.SERVICE_TRIGGER_SPECIFIC_DATA_ITEM](https://github.com/dahall/Vanara/search?l=C%23&q=SERVICE_TRIGGER_SPECIFIC_DATA_ITEM)
[SID](https://www.google.com/search?num=5&q=SID+site%3Adocs.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%3Adocs.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%3Adocs.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%3Adocs.microsoft.com) | | [Vanara.PInvoke.AdvApi32.EVENT_PROPERTY_INFO.STRUCTTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=STRUCTTYPE)
Expand Down
2 changes: 1 addition & 1 deletion PInvoke/Security/Vanara.PInvoke.Security.csproj

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions PInvoke/Shared/AssemblyReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Interface | Description
### Classes
Class | Description
---- | ----
[Vanara.InteropServices.AnySizeStringMarshaler<T>](https://github.com/dahall/Vanara/search?l=C%23&q=AnySizeStringMarshaler<T>) |
[Vanara.PInvoke.AssociateAttribute](https://github.com/dahall/Vanara/search?l=C%23&q=AssociateAttribute) | Associates a Guid with an element.
[Vanara.PInvoke.AssociateStringAttribute](https://github.com/dahall/Vanara/search?l=C%23&q=AssociateStringAttribute) | Associates a string with an element.
[Vanara.Collections.IEnumFromCom<T>.ComTryGetNext](https://github.com/dahall/Vanara/search?l=C%23&q=ComTryGetNext) | Delegate that gets the next value in an enumeration and returns true or returns false to indicate there are no more items in the enumeration.
Expand Down
2 changes: 1 addition & 1 deletion PInvoke/Shared/Vanara.PInvoke.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReleaseNotes>Currently implements:

Classes
ICOMEnum&lt;T&gt;, IErrorProvider, IGraphicsObjectHandle, IHandle, IKernelHandle, ISecurityObject, IShellHandle, ISyncHandle, IUserHandle, AssociateAttribute, AssociateStringAttribute, ComTryGetNext, CoTaskMemStringMarshaler, FunctionHelper, GenericStringMarshaler&lt;T&gt;, GenericStringMarshalerBase&lt;T&gt;, IEnumeratorFromNext&lt;T&gt;, IEnumFromCom&lt;T&gt;, IEnumFromIndexer&lt;T&gt;, IEnumFromNext&lt;T&gt;, Lib, Macros, NullTermStringArrayMarshaler, OverlappedAsync, OverlappedAsyncResult, PInvokeClientExtensions, PInvokeDataAttribute, PRECT, PtrFunc&lt;T&gt;, RegistryTypeExt, SafeAnysizeStruct&lt;T&gt;, SafeAnysizeStructBase&lt;T&gt;, SafeAnysizeStructMarshaler&lt;T&gt;, SafeElementArray&lt;T&gt;, SafeHANDLE, SafeNativeArray&lt;T&gt;, SafeNativeArrayBase&lt;T&gt;, SafeNativeLinkedList&lt;T&gt;, SafeNativeListBase&lt;T&gt;, SafeResourceId, SBFunc&lt;T&gt;, SECURITY_ATTRIBUTES, SizeFunc&lt;T&gt;, StaticFieldValueHash, StringPtrArrayMarshaler, StructHelper, TryGetNext&lt;T&gt;, TryGetNext&lt;T&gt;
ICOMEnum&lt;T&gt;, IErrorProvider, IGraphicsObjectHandle, IHandle, IKernelHandle, ISecurityObject, IShellHandle, ISyncHandle, IUserHandle, AnySizeStringMarshaler&lt;T&gt;, AssociateAttribute, AssociateStringAttribute, ComTryGetNext, CoTaskMemStringMarshaler, FunctionHelper, GenericStringMarshaler&lt;T&gt;, GenericStringMarshalerBase&lt;T&gt;, IEnumeratorFromNext&lt;T&gt;, IEnumFromCom&lt;T&gt;, IEnumFromIndexer&lt;T&gt;, IEnumFromNext&lt;T&gt;, Lib, Macros, NullTermStringArrayMarshaler, OverlappedAsync, OverlappedAsyncResult, PInvokeClientExtensions, PInvokeDataAttribute, PRECT, PtrFunc&lt;T&gt;, RegistryTypeExt, SafeAnysizeStruct&lt;T&gt;, SafeAnysizeStructBase&lt;T&gt;, SafeAnysizeStructMarshaler&lt;T&gt;, SafeElementArray&lt;T&gt;, SafeHANDLE, SafeNativeArray&lt;T&gt;, SafeNativeArrayBase&lt;T&gt;, SafeNativeLinkedList&lt;T&gt;, SafeNativeListBase&lt;T&gt;, SafeResourceId, SBFunc&lt;T&gt;, SECURITY_ATTRIBUTES, SizeFunc&lt;T&gt;, StaticFieldValueHash, StringPtrArrayMarshaler, StructHelper, TryGetNext&lt;T&gt;, TryGetNext&lt;T&gt;

Structures
ACCESS_MASK, BusNumber, CLIPFORMAT, CM_FULL_RESOURCE_DESCRIPTOR, CM_PARTIAL_RESOURCE_DESCRIPTOR, CM_PARTIAL_RESOURCE_LIST, CM_POWER_DATA, CM_RESOURCE_LIST, COLORREF, Connection, CORRELATION_VECTOR, CY, DATE, DECIMAL, DEVICE_CAPABILITIES, DevicePrivate, DeviceSpecificData, DEVMODE, Dma, DmaV3, Generic, HACCEL, HANDLE, HBITMAP, HBRUSH, HCOLORSPACE, HCURSOR, HDC, HDESK, HDPA, HDROP, HDSA, HDWP, HENHMETAFILE, HEVENT, HFILE, HFONT, HGDIOBJ, HICON, HIMAGELIST, HINSTANCE, HKEY, HMENU, HMETAFILE, HMONITOR, HPALETTE, HPEN, HPROCESS, HPROPSHEET, HPROPSHEETPAGE, HRESULT, HRGN, HSECTION, HTASK, HTHEME, HTHREAD, HTHUMBNAIL, HTOKEN, HWINSTA, HWND, Interrupt, LCID, LOGFONT, Memory40, Memory48, Memory64, MessageInterruptRaw, MSG, NTStatus, OBJECT_TYPE_LIST, PACE, PACL, POINTS, PRECT, PSECURITY_DESCRIPTOR, PSID, RECT, ResourceId, ResourceIdOrHandle&lt;T&gt;, SECURITY_ATTRIBUTES, SIZE, SYSTEMTIME, tagSECURITY_ATTRIBUTES, union, WIN32_FIND_DATA, Win32Error
Expand Down
2 changes: 1 addition & 1 deletion PInvoke/Shell32/Vanara.PInvoke.Shell32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReleaseNotes>Currently implements:

Functions
AssocCreateForClasses, AssocGetDetailsOfPropKey, CallFileCopyHook, 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, Shell_GetCachedImageIndex, Shell_GetImageLists, Shell_MergeMenus, Shell_NotifyIcon, Shell_NotifyIconGetRect, ShellAbout, ShellExecute, ShellExecuteEx, SHEmptyRecycleBin, SHEnumerateUnreadMailAccountsA, SHEnumerateUnreadMailAccountsW, SHEvaluateSystemCommandTemplate, SHFileOperation, SHFind_InitMenuPopup, SHFindFiles, 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
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, Shell_GetCachedImageIndex, Shell_GetImageLists, Shell_MergeMenus, Shell_NotifyIcon, Shell_NotifyIconGetRect, ShellAbout, ShellExecute, ShellExecuteEx, SHEmptyRecycleBin, SHEnumerateUnreadMailAccountsA, SHEnumerateUnreadMailAccountsW, SHEvaluateSystemCommandTemplate, SHFileOperation, SHFind_InitMenuPopup, SHFindFiles, 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
CIDA, DROPDESCRIPTION, DROPFILES, FILEDESCRIPTOR, FILEGROUPDESCRIPTOR, NRESARRAY, SHDRAGIMAGE, NOTIFICATION_USER_INPUT_DATA, APPBARDATA, ASSOCIATIONELEMENT, NOTIFYICONDATA, NOTIFYICONIDENTIFIER, SHELLEXECUTEINFO, SHFILEINFO, SHFILEOPSTRUCT, SHQUERYRBINFO, SHSTOCKICONINFO, BROWSEINFO, CABINETSTATE, COORD, CSFV, DATABLOCKHEADER, DEFCONTEXTMENU, EXP_DARWIN_LINK, EXP_SPECIAL_FOLDER, EXP_SZ_LINK, HLOCK, HPIF, HPSXA, NT_CONSOLE_PROPS, NT_FE_CONSOLE_PROPS, OPENASINFO, PROPPRG, SFV_CREATE, SHChangeNotifyEntry, SHDESCRIPTIONID, SHELLFLAGSTATE, SHELLSTATE, SHFOLDERCUSTOMSETTINGS, CMINVOKECOMMANDINFOEX, COMDLG_FILTERSPEC, CM_COLUMNINFO, SORTCOLUMN, KNOWNFOLDER_DEFINITION, NSTCCUSTOMDRAW, PERSIST_FOLDER_TARGET_INFO, PREVIEWHANDLERFRAMEINFO, CATEGORY_INFO, EXTRASEARCH, SHELL_ITEM_RESOURCE, SMDATA, FOLDERSETTINGS, PFOLDERSETTINGS, SV2CVW2_PARAMS, THUMBBUTTON, ITEMIDLIST, SHELLDETAILS, SHITEMID, STRRET, URLINVOKECOMMANDINFO
Expand Down
2 changes: 1 addition & 1 deletion PInvoke/Version/Vanara.PInvoke.Version.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReleaseNotes>Currently implements:

Functions
GetFileVersionInfo, GetFileVersionInfoByHandle, GetFileVersionInfoEx, GetFileVersionInfoSize, GetFileVersionInfoSizeEx, VerFindFile, VerInstallFile, VerLanguageName, VerQueryValue
GetFileVersionInfo, GetFileVersionInfoEx, GetFileVersionInfoSize, GetFileVersionInfoSizeEx, VerFindFile, VerInstallFile, VerLanguageName, VerQueryValue

Structures
VS_FIXEDFILEINFO
Expand Down

0 comments on commit fb5f447

Please sign in to comment.