Méthode IThumbnailStreamCache ::SetThumbnailStream (thumbnailstreamcache.h)
Définit le flux de miniatures. Cette méthode est à usage interne uniquement et ne peut être appelée que par l’application photos.
Syntaxe
HRESULT SetThumbnailStream(
[in] LPCWSTR path,
[in] ULONGLONG cacheId,
[in] SIZE thumbnailSize,
[in] IStream *thumbnailStream
);
Paramètres
[in] path
Chemin d’accès à la miniature.
[in] cacheId
Identificateur de la miniature.
[in] thumbnailSize
Taille de la miniature.
[in] thumbnailStream
Pointeur vers le flux de miniatures.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 (applications de bureau uniquement) |
Serveur minimal pris en charge | Windows Server 2016 (applications de bureau uniquement) |
Plateforme cible | Windows |
En-tête | thumbnailstreamcache.h |