Condividi tramite


Funzione WICCreateBitmapFromSection (wincodec.h)

Restituisce un oggetto IWICBitmapSource supportato dai pixel di un handle di sezione GDI (Graphics Device Interface) di Windows.

Sintassi

HRESULT WICCreateBitmapFromSection(
  [in]  UINT                  width,
  [in]  UINT                  height,
        REFWICPixelFormatGUID pixelFormat,
  [in]  HANDLE                hSection,
  [in]  UINT                  stride,
  [in]  UINT                  offset,
  [out] IWICBitmap            **ppIBitmap
);

Parametri

[in] width

Tipo: UINT

Larghezza dei pixel bitmap.

[in] height

Tipo: UINT

Altezza dei pixel bitmap.

pixelFormat

Tipo: REFWICPixelFormatGUID

Formato pixel della bitmap.

[in] hSection

Tipo: HANDLE

Handle di sezione. Si tratta di un handle oggetto di mapping di file restituito dalla funzione CreateFileMapping .

[in] stride

Tipo: UINT

Numero di byte di ogni riga di analisi.

[in] offset

Tipo: UINT

Offset nella sezione.

[out] ppIBitmap

Tipo: IWICBitmap**

Puntatore che riceve la bitmap.

Valore restituito

Tipo: HRESULT

Se questa funzione ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Commenti

La funzione WICCreateBitmapFromSection chiama la funzione WICCreateBitmapFromSectionEx con il parametro desiredAccessLevel impostato su WICSectionAccessLevelRead.

Requisiti

Requisito Valore
Client minimo supportato Windows XP con SP2, Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione wincodec.h
Libreria Windowscodecs.lib
DLL Windowscodecs.dll