IDirectDrawSurface7::BltBatch method (ddraw.h)

The IDirectDrawSurface7::BltBatch method is not currently implemented.

Syntax

HRESULT BltBatch(
  [in] LPDDBLTBATCH unnamedParam1,
  [in] DWORD        unnamedParam2,
  [in] DWORD        unnamedParam3
);

Parameters

[in] unnamedParam1

A pointer to the first DDBLTBATCH structure that defines the parameters for the bitblt operations.

[in] unnamedParam2

Number of bitblt operations to be performed.

[in] unnamedParam3

Currently not used and must be set to 0.

Return value

If the method succeeds, the return value is DD_OK.

If it fails, the method can return one of the following error values:

  • 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

Requirements

Requirement Value
Target Platform Windows
Header ddraw.h
Library Ddraw.lib
DLL Ddraw.dll

See also

IDirectDrawSurface7