WTS_THUMBNAILID structure
Applies to: desktop apps only
Contains a unique identifier for a thumbnail in the system thumbnail cache.
Syntax
typedef struct tagTHUMBNAILID {
BYTE rgbKey[16];
} WTS_THUMBNAILID;
Members
- rgbKey
-
Type: BYTE[16]
-
An array of 16 bytes that make up a unique identifier for a thumbnail in the system thumbnail cache.
Remarks
A WTS_THUMBNAILID may be retrieved from IThumbnailCache::GetThumbnail when a new thumbnail is cached. To access the cached thumbnail by its ID, the WTS_THUMBNAILID may then be passed to IThumbnailCache::GetThumbnailByID.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012