IDirectDrawClipper::IsClipListChanged method (ddraw.h)

Retrieves the status of the clip list if a window handle is associated with a DirectDrawClipper object.

Syntax

HRESULT IsClipListChanged(
  [out] BOOL *unnamedParam1
);

Parameters

[out] unnamedParam1

A pointer to a variable that receives the status of the clip list. This parameter is TRUE if the clip list has changed, and FALSE otherwise.

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

Requirements

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

See also

IDirectDrawClipper