Microsoft DirectX 9.0

IDirectDrawClipper::IsClipListChanged

The IsClipListChanged method is used to monitor the status of the clip list.

Syntax

HRESULT IsClipListChanged(
  BOOL FAR *lpbChanged 
);

Parameters

lpbChanged

A pointer to a Boolean value set to TRUE if the clip list has changed.

Return Values

Value Description
DD_OK The method succeeded.
DDERR_INVALIDOBJECT DirectDraw received a pointer that was an invalid DirectDraw object.
DDERR_INVALIDPARAMS One or more of the parameters passed to the function are incorrect.

See Also