IDirectDrawColorControl::GetColorControls method (ddraw.h)

Retrieves the current color-control settings that are associated with an overlay or a primary surface.

Syntax

HRESULT GetColorControls(
  [in, out] LPDDCOLORCONTROL unnamedParam1
);

Parameters

[in, out] unnamedParam1

A pointer to a DDCOLORCONTROL structure that receives the current control settings.

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_UNSUPPORTED

Remarks

The dwFlags member of the DDCOLORCONTROL structure indicates which of the color-control options are supported.

Requirements

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

See also

IDirectDrawColorControl