Vanara/PInvoke/Shell32
David Hall fa9ba9ff74 Changed names of delegates where existing ALLCAP name was a reference to another name. Could be a breaking change. 2019-07-25 20:25:24 -06:00
..
Clipboard.cs Added CIDA (HIDA) structure 2019-01-20 20:44:35 -08:00
CorrelationReport.md Updated % complete info 2019-06-10 19:31:54 -06:00
DocObj.IOleCommandTarget.cs Changes to IOleCommandTarget's method signatures to fix interop issues. Overhaul of OLECMDTEXT to make it function better as a value passed to the method instead of being creatable. 2019-01-03 10:52:07 -07:00
ExDisp.cs Fixed marshaling issues in IShellWindows 2019-01-15 14:24:45 -07:00
KnownFolderIdExt.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ObjectArray.cs Added generic helper methods for all interface methods that get a COM interface by specifying its IID. 2019-01-06 11:57:14 -07:00
ShObj.IProgressDialog.cs Added Optional param attributes 2019-01-21 15:23:53 -08:00
ShObjIdl.ControlPanel.cs Updated attributes on IOpenControlPanel 2019-02-15 14:40:09 -07:00
ShObjIdl.IActionProgress.cs Added/updated shell progress dialog interface variants along with documentation. 2018-07-30 15:51:51 -06:00
ShObjIdl.ICommDlgBrowser.cs Fixed problems with some Shell interfaces 2019-01-11 18:05:27 -07:00
ShObjIdl.IContextMenu.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShObjIdl.ICopyHook.cs 2.0 Checkin - Buildable 2018-10-26 12:24:07 -06:00
ShObjIdl.IExecuteCommand.cs Added IInitializeCommand 2019-01-22 19:54:52 -08:00
ShObjIdl.IExplorerBrowser.cs Fixed problems with some Shell interfaces 2019-01-11 18:05:27 -07:00
ShObjIdl.IExplorerPaneVisibility.cs Fixed problems with some Shell interfaces 2019-01-11 18:05:27 -07:00
ShObjIdl.IExtractImage.cs Updated comments 2018-11-28 12:33:55 -07:00
ShObjIdl.IFileDialog.cs Made Show() HWND parameters optional 2019-01-14 14:44:10 -07:00
ShObjIdl.IFileOperation.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShObjIdl.IFolderView.cs Added FOLDERLOGICALVIEWMODE 2019-05-25 19:45:00 -06:00
ShObjIdl.IInitializeWithFile.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShObjIdl.IInitializeWithItem.cs Added documentation and corrected interfaces that are to be implemented by clients so they have PreserveSig. 2018-07-30 15:54:24 -06:00
ShObjIdl.IInitializeWithStream.cs Added documentation and corrected interfaces that are to be implemented by clients so they have PreserveSig. 2018-07-30 15:54:24 -06:00
ShObjIdl.IInputObject.cs 2.0 Checkin - Buildable 2018-10-26 12:24:07 -06:00
ShObjIdl.IKnownFolder.cs Fixed un-blittable structures 2019-06-07 12:49:14 -06:00
ShObjIdl.INamespaceWalk.cs Removed PIDL references 2019-01-20 20:45:04 -08:00
ShObjIdl.IObjectWithSelection.cs Add IObjectWithSelection 2019-01-20 20:43:12 -08:00
ShObjIdl.IObjectXX.cs Added generic helper methods for all interface methods that get a COM interface by specifying its IID. 2019-01-06 11:57:14 -07:00
ShObjIdl.IOperationsProgressDialog.cs 2.0 Checkin - Buildable 2018-10-26 12:24:07 -06:00
ShObjIdl.IParentAndItem.cs Added IParentAndItem 2019-01-08 23:16:43 -07:00
ShObjIdl.IPreviewHandler.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShObjIdl.IServiceProvider.cs Fixed problems with some Shell interfaces 2019-01-11 18:05:27 -07:00
ShObjIdl.IShellExtInit.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShObjIdl.IShellFolder.cs Added generic helper methods for all interface methods that get a COM interface by specifying its IID. 2019-01-06 11:57:14 -07:00
ShObjIdl.IShellItem.cs Added generic helper methods for all interface methods that get a COM interface by specifying its IID. 2019-01-06 11:57:14 -07:00
ShObjIdl.IShellLibrary.cs Added generic helper methods for all interface methods that get a COM interface by specifying its IID. 2019-01-06 11:57:14 -07:00
ShObjIdl.IShellLink.cs Updated and fixed file functions in Kernel32. Changed WIN32_FIND_DATA back to a structure and corrected IShellLinkW reference. Added EnumFilesEx and EnumVolumes to simplify related functions. Fixed search handles so they dispose without error. Changed GetFullPathName, GetLongPathName and GetShortPathName to exclusively use the Unicode instance to avoid filename length restrictions. 2019-06-16 15:07:59 -06:00
ShObjIdl.IShellPropSheetExt.cs Changed names of delegates where existing ALLCAP name was a reference to another name. Could be a breaking change. 2019-07-25 20:25:24 -06:00
ShObjIdl.IShellView.cs Removed PIDL references from IShell... interfaces to prevent interop problems 2019-01-16 08:16:01 -07:00
ShObjIdl.IStartMenuPinnedList.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShObjIdl.ITaskbarList.cs Updated documentation 2019-02-04 09:41:40 -07:00
ShObjIdl.ShellUtil.cs Added CreateBindCtx method in ShellUtil and migrated existing code to use it 2019-05-08 18:58:46 -06:00
ShObjIdl.cs Added overload and updated docs for SHCreateShellItemArray. 2019-02-01 11:38:31 -07:00
ShTypes.PIDL.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShTypes.cs Fixed un-blittable structures 2019-06-07 12:49:14 -06:00
ShellApi.cs Fixed bug in CommandLineToArgW by adding helper method, fixed bug in params to ExtractIconEx, added enum to params of SHGetStockIconInfo. 2019-06-10 15:26:59 -06:00
ShlDisp.cs Added IShellFolderViewDual interface 2019-01-14 21:17:12 -07:00
ShlGuid.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShlGuidExt.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShlObj.BROWSEINFO.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShlObj.IExtractIcon.cs Fixed signatures for implementation rather than use, added marshaling attributes and changed IntPtr to SafeHICON 2019-06-10 15:29:37 -06:00
ShlObj.PIDLUtil.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
ShlObj.cs BREAKING CHANGE: Changed CorrepsondingAction to CorrespondingAction due to misspelling. 2019-07-12 09:49:54 -06:00
Thumbcache.cs Fixed un-blittable structures 2019-06-07 12:49:14 -06:00
Vanara.PInvoke.Shell32.csproj Updated project files for 2.8.11 release 2019-06-07 20:42:41 -06:00