16 changed files
BExplorer/BetterExplorer | ||
MainWindow.xaml.cs | ||
Shell | ||
_Plugin Interfaces | ||
FileSystemListItem.cs | ||
IListItemEx.cs | ||
Interop | ||
ComCtl32.cs | ||
Gdi32.cs | ||
IShellItem2.cs | ||
Ole32.cs | ||
PropertySystemNativeMethods.cs | ||
PropVariant.cs | ||
ShellThumbnail.cs | ||
WindowsThumbnailProvider.cs | ||
Collumns.cs | ||
Defaults.cs | ||
ShellViewEx.cs | ||
SysImageList.cs | ||
.gitignore | ||
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs-1+1/BExplorer/BetterExplorer/MainWindow.xaml.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus base.ComInterface = nativeShellItem;
Add comment 40 Plus ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
FileSystemListItem.cs
/Shell/_Plugin Interfaces/FileSystemListItem.cs-1+1/Shell/_Plugin Interfaces/FileSystemListItem.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus base.ComInterface = nativeShellItem;
Add comment 40 Plus ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
IListItemEx.cs
/Shell/_Plugin Interfaces/IListItemEx.cs-1+1/Shell/_Plugin Interfaces/IListItemEx.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus base.ComInterface = nativeShellItem;
Add comment 40 Plus ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus base.ComInterface = nativeShellItem;
Add comment 40 Plus ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus base.ComInterface = nativeShellItem;
Add comment 40 Plus ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus base.ComInterface = nativeShellItem;
Add comment 40 Plus ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
PropertySystemNativeMethods.cs
/Shell/Interop/PropertySystemNativeMethods.cs/Shell/Interop/PropertySystemNativeMethods.cs
WindowsThumbnailProvider.cs
/Shell/Interop/WindowsThumbnailProvider.cs/Shell/Interop/WindowsThumbnailProvider.cs