Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 2.81 KB

nf-thumbnailstreamcache-ithumbnailstreamcache-getthumbnailstream.md

File metadata and controls

87 lines (66 loc) · 2.81 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
NF:thumbnailstreamcache.IThumbnailStreamCache.GetThumbnailStream
IThumbnailStreamCache::GetThumbnailStream (thumbnailstreamcache.h)
Gets the thumbnail stream. This method is for internal use only and can only be called by the photos application.
GetThumbnailStream
GetThumbnailStream method [Windows Shell]
GetThumbnailStream method [Windows Shell]
IThumbnailStreamCache interface
IThumbnailStreamCache interface [Windows Shell]
GetThumbnailStream method
IThumbnailStreamCache.GetThumbnailStream
IThumbnailStreamCache::GetThumbnailStream
shell.ithumbnailstreamcache_getthumbnailstream
thumbnailstreamcache/IThumbnailStreamCache::GetThumbnailStream
shell\ithumbnailstreamcache_getthumbnailstream.htm
shell
66A89AF9-DEBE-485C-B8E9-519F63386F7D
12/05/2018
GetThumbnailStream, GetThumbnailStream method [Windows Shell], GetThumbnailStream method [Windows Shell],IThumbnailStreamCache interface, IThumbnailStreamCache interface [Windows Shell],GetThumbnailStream method, IThumbnailStreamCache.GetThumbnailStream, IThumbnailStreamCache::GetThumbnailStream, shell.ithumbnailstreamcache_getthumbnailstream, thumbnailstreamcache/IThumbnailStreamCache::GetThumbnailStream
thumbnailstreamcache.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
19H1
IThumbnailStreamCache::GetThumbnailStream
thumbnailstreamcache/IThumbnailStreamCache::GetThumbnailStream
c++
APIRef
kbSyntax
COM
thumbnailstreamcache.h
IThumbnailStreamCache.GetThumbnailStream

IThumbnailStreamCache::GetThumbnailStream

-description

Gets the thumbnail stream. This method is for internal use only and can only be called by the photos application.

-parameters

-param path [in]

The path to the thumbnail.

-param cacheId [in]

The identifier of the thumbnail.

-param options [in]

The cache options for the thumbnail stream.

-param requestedThumbnailSize [in]

The requested size of the thumbnail.

-param thumbnailSize [out]

The actual size of the returned thumbnail.

-param thumbnailStream [out]

The requested thumbnail.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IThumbnailStreamCache