IThumbnailCache Interface

Exposes methods for a system thumbnail cache that is shared across applications.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: 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

Remarks

Methods

GetThumbnail Gets a cached thumbnail for a given Shell item.
GetThumbnailByID Gets a thumbnail from the thumbnail cache, given its ID.

See Also