WTS_THUMBNAILID structure (thumbcache.h)

Contains a unique identifier for a thumbnail in the system thumbnail cache.

Syntax

typedef struct WTS_THUMBNAILID {
  BYTE rgbKey[16];
} WTS_THUMBNAILID;

Members

rgbKey[16]

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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header thumbcache.h

See also

IThumbnailCache::GetThumbnail

IThumbnailCache::GetThumbnailByID