This topic has not yet been rated - Rate this topic

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

Thumbcache.h

IDL

Thumbcache.idl

See also

IThumbnailCache::GetThumbnailByID
IThumbnailCache::GetThumbnail

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ