IThumbnailCache Interface
Exposes methods for a system thumbnail cache that is shared across applications.
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]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("F676C15D-596A-4ce2-8234-33996F445DB1")]
public interface IThumbnailCache
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("F676C15D-596A-4ce2-8234-33996F445DB1")>
Public Interface IThumbnailCache
Dim instance As IThumbnailCache
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"F676C15D-596A-4ce2-8234-33996F445DB1")]
public interface class IThumbnailCache
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("F676C15D-596A-4ce2-8234-33996F445DB1")>]
type IThumbnailCache = interface end
No code example is currently available or this language may not be supported.