WICCreateBitmapFromSectionEx-Funktion (wincodec.h)
Gibt eine IWICBitmapSource zurück, die von den Pixeln eines GDI-Abschnittshandles (Windows Graphics Device Interface) unterstützt wird.
Syntax
HRESULT WICCreateBitmapFromSectionEx(
[in] UINT width,
[in] UINT height,
REFWICPixelFormatGUID pixelFormat,
[in] HANDLE hSection,
[in] UINT stride,
[in] UINT offset,
[in] WICSectionAccessLevel desiredAccessLevel,
[out] IWICBitmap **ppIBitmap
);
Parameter
[in] width
Typ: UINT
Die Breite der Bitmappixel.
[in] height
Typ: UINT
Die Höhe der Bitmappixel.
pixelFormat
Das Pixelformat der Bitmap.
[in] hSection
Typ: HANDLE
Das Abschnittshandle. Dies ist ein Dateizuordnungsobjekthandle, das von der CreateFileMapping-Funktion zurückgegeben wird.
[in] stride
Typ: UINT
Die Byteanzahl jeder Scanlinie.
[in] offset
Typ: UINT
Der Offset im Abschnitt.
[in] desiredAccessLevel
Die gewünschte Zugriffsebene.
[out] ppIBitmap
Typ: IWICBitmap**
Ein Zeiger, der die Bitmap empfängt.
Rückgabewert
Typ: HRESULT
Wenn diese Funktion erfolgreich ist, gibt sie S_OK zurück. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Zielplattform | Windows |
Kopfzeile | wincodec.h |
Bibliothek | Windowscodecs.lib |
DLL | Windowscodecs.dll |