Partager via


Méthode IWICDdsFrameDecode ::GetFormatInfo (wincodec.h)

Obtient des informations sur le format dans lequel l’image DDS est stockée.

Syntaxe

HRESULT GetFormatInfo(
  [out] WICDdsFormatInfo *pFormatInfo
);

Paramètres

[out] pFormatInfo

Type : WICDdsFormatInfo*

Informations sur le format DDS.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

Ces informations peuvent être utilisées pour allouer de la mémoire ou construire des ressources Direct3D ou Direct2D, par exemple à l’aide de ID3D11Device ::CreateTexture2D ou ID2D1DeviceContext ::CreateBitmap.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8.1 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 R2 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête wincodec.h
Bibliothèque Windowscodecs.lib
DLL Windowscodecs.dll

Voir aussi

CreateBitmap

ID3D11Device ::CreateTexture2D

IWICDdsFrameDecode

WICDdsFormatInfo