Partager via


Énumération WICBitmapCreateCacheOption (wincodec.h)

Spécifie l’utilisation du cache souhaitée.

Syntax

typedef enum WICBitmapCreateCacheOption {
  WICBitmapNoCache = 0,
  WICBitmapCacheOnDemand = 0x1,
  WICBitmapCacheOnLoad = 0x2,
  WICBITMAPCREATECACHEOPTION_FORCE_DWORD = 0x7fffffff
} ;

Constantes

 
WICBitmapNoCache
Valeur : 0
Ne mettez pas en cache la bitmap.
WICBitmapCacheOnDemand
Valeur : 0x1
Mettez en cache la bitmap si nécessaire.
WICBitmapCacheOnLoad
Valeur : 0x2
Mettez en cache la bitmap lors de l’initialisation.
WICBITMAPCREATECACHEOPTION_FORCE_DWORD
Valeur : 0x7fffffff

Remarques

Le CreateBitmap de l’interface IWICImagingFactory ne prend pas en charge WICBitmapNoCache lorsque pixelFormat est un format de pixel natif fourni par le composant WIC (Windows Imaging Component).

Configuration requise

   
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]
En-tête wincodec.h