IWICBitmapDecoder ::Initialize, méthode (wincodec.h)
Initialise le décodeur avec le flux fourni.
Syntaxe
HRESULT Initialize(
[in] IStream *pIStream,
[in] WICDecodeOptions cacheOptions
);
Paramètres
[in] pIStream
Type : IStream*
Flux à utiliser pour l’initialisation.
Le flux contient les pixels codés qui sont décodés chaque fois que la méthode CopyPixels sur l’interface IWICBitmapFrameDecode (voir GetFrame) est appelée.
[in] cacheOptions
Type : WICDecodeOptions
WICDecodeOptions à utiliser pour l’initialisation.
Valeur retournée
Type : HRESULT
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 XP avec SP2, Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | wincodec.h |
Bibliothèque | Windowscodecs.lib |
DLL | Windowscodecs.dll |