IDirectDraw7::Compact method (ddraw.h)

This method is not currently implemented.

Syntax

HRESULT Compact();

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_INVALIDOBJECT
  • DDERR_INVALIDPARAMS
  • DDERR_NOEXCLUSIVEMODE
  • DDERR_SURFACEBUSY

Requirements

Requirement Value
Target Platform Windows
Header ddraw.h

See also

IDirectDraw7