Metodo IDirectDrawSurface7::BltBatch (ddraw.h)
Il metodo IDirectDrawSurface7::BltBatch non è attualmente implementato.
Sintassi
HRESULT BltBatch(
[in] LPDDBLTBATCH unnamedParam1,
[in] DWORD unnamedParam2,
[in] DWORD unnamedParam3
);
Parametri
[in] unnamedParam1
Puntatore alla prima struttura DDBLTBATCH che definisce i parametri per le operazioni bitblt.
[in] unnamedParam2
Numero di operazioni bitblt da eseguire.
[in] unnamedParam3
Attualmente non usato e deve essere impostato su 0.
Valore restituito
Se il metodo ha esito positivo, il valore restituito è DD_OK.
Se ha esito negativo, il metodo può restituire uno dei valori di errore seguenti:
- DDERR_GENERIC
- DDERR_INVALIDCLIPLIST
- DDERR_INVALIDOBJECT
- DDERR_INVALIDPARAMS
- DDERR_INVALIDRECT
- DDERR_NOALPHAHW
- DDERR_NOBLTHW
- DDERR_NOCLIPLIST
- DDERR_NODDROPSHW
- DDERR_NOMIRRORHW
- DDERR_NORASTEROPHW
- DDERR_NOROTATIONHW
- DDERR_NOSTRETCHHW
- DDERR_NOZBUFFERHW
- DDERR_SURFACEBUSY
- DDERR_SURFACELOST
- DDERR_UNSUPPORTED
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | ddraw.h |
Libreria | Ddraw.lib |
DLL | Ddraw.dll |