WTS_THUMBNAILID struttura (thumbcache.h)
Contiene un identificatore univoco per un'anteprima nella cache delle anteprime del sistema.
Sintassi
typedef struct WTS_THUMBNAILID {
BYTE rgbKey[16];
} WTS_THUMBNAILID;
Members
rgbKey[16]
Tipo: BYTE[16]
Matrice di 16 byte che costituiscono un identificatore univoco per un'anteprima nella cache delle anteprime del sistema.
Commenti
Un WTS_THUMBNAILID può essere recuperato da IThumbnailCache::GetThumbnail quando viene memorizzata nella cache una nuova anteprima. Per accedere all'anteprima memorizzata nella cache in base al relativo ID, la WTS_THUMBNAILID può quindi essere passata a IThumbnailCache::GetThumbnailByID.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | thumbcache.h |