Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Sets the thumbnail stream. This method is for internal use only and can only be called by the photos application.
Syntax
HRESULT SetThumbnailStream(
[in] LPCWSTR path,
[in] ULONGLONG cacheId,
[in] SIZE thumbnailSize,
[in] IStream *thumbnailStream
);
Parameters
[in] path
The path to the thumbnail.
[in] cacheId
The identifier of the thumbnail.
[in] thumbnailSize
The size of the thumbnail.
[in] thumbnailStream
The pointer to the thumbnail stream.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Target Platform | Windows |
| Header | thumbnailstreamcache.h |