IWICImagingFactory_CreateBitmap_Proxy-Funktion
Proxyfunktion für die CreateBitmap-Methode .
Syntax
HRESULT IWICImagingFactory_CreateBitmap_Proxy(
_In_ IWICImagingFactory *pFactory,
_In_ UINT uiWidth,
_In_ UINT uiHeight,
_In_ REFWICPixelFormatGUID pixelFormat,
_In_ WICBitmapCreateCacheOption option,
_Out_ IWICBitmap **ppIBitmap
);
Parameter
-
pFactory [in]
-
Typ: IWICImagingFactory*
-
uiWidth [in]
-
Typ: UINT
Die Breite der neuen Bitmap .
-
uiHeight [in]
-
Typ: UINT
Die Höhe der neuen Bitmap.
-
pixelFormat [in]
-
Typ: REFWICPixelFormatGUID
Das Pixelformat der neuen Bitmap.
-
Option [in]
-
Typ: WICBitmapCreateCacheOption
Die Cacheerstellungsoptionen der neuen Bitmap.
-
ppIBitmap [out]
-
Typ: IWICBitmap**
Ein Zeiger, der einen Zeiger auf die neue Bitmap empfängt.
Rückgabewert
Typ: HRESULT
Wenn diese Funktion erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein HRESULT-Fehlercode zurückgegeben.
Bemerkungen
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) |
Windows XP mit SP2, Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) |
Windows Server 2008 [nur Desktop-Apps] |
DLL |
|