IShellItemImageFactory Interface
Exposes a method to return either icons or thumbnails for Shell items.
If no thumbnail or icon is available for the requested item, a per-class icon may be provided from the Shell
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[GuidAttribute("bcc18b79-ba16-442f-80c4-8a59c30c463b")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IShellItemImageFactory
<ComImportAttribute>
<GuidAttribute("bcc18b79-ba16-442f-80c4-8a59c30c463b")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IShellItemImageFactory
Dim instance As IShellItemImageFactory
[ComImportAttribute]
[GuidAttribute(L"bcc18b79-ba16-442f-80c4-8a59c30c463b")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IShellItemImageFactory
[<ComImportAttribute>]
[<GuidAttribute("bcc18b79-ba16-442f-80c4-8a59c30c463b")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IShellItemImageFactory = interface end
No code example is currently available or this language may not be supported.
GetImage
|
Gets an HBITMAP that represents an IShellItem. The default behavior is to load a thumbnail.
If there is no thumbnail for the current IShellItem, it retrieves an HBITMAP for the icon of the item.
The thumbnail or icon is extracted if it is not currently cached.
|