Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 2.2 KB

ns-thumbcache-wts_thumbnailid.md

File metadata and controls

73 lines (58 loc) · 2.2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:thumbcache.WTS_THUMBNAILID
WTS_THUMBNAILID (thumbcache.h)
Contains a unique identifier for a thumbnail in the system thumbnail cache.
WTS_THUMBNAILID
WTS_THUMBNAILID structure [Windows Shell]
_shell_WTS_THUMBNAILID
shell.WTS_THUMBNAILID
thumbcache/WTS_THUMBNAILID
shell\WTS_THUMBNAILID.htm
shell
3006d1a8-c9cf-4528-9aea-8ad5d97ddff0
12/05/2018
WTS_THUMBNAILID, WTS_THUMBNAILID structure [Windows Shell], _shell_WTS_THUMBNAILID, shell.WTS_THUMBNAILID, thumbcache/WTS_THUMBNAILID
thumbcache.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Thumbcache.idl
Windows
WTS_THUMBNAILID
19H1
WTS_THUMBNAILID
thumbcache/WTS_THUMBNAILID
c++
APIRef
kbSyntax
HeaderDef
Thumbcache.h
WTS_THUMBNAILID

WTS_THUMBNAILID structure

-description

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

-struct-fields

-field 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.

-see-also

IThumbnailCache::GetThumbnail

IThumbnailCache::GetThumbnailByID