IDirectDrawClipper

Applications use the methods of the IDirectDrawClipper interface to manage clip lists.

The methods of the IDirectDrawClipper interface are organized into the following groups:

Clip list GetClipList
  IsClipListChanged
  SetClipList
  SetHWnd
Handles GetHWnd

The IDirectDrawClipper interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:

IUnknown AddRef
  QueryInterface
  Release

The IDirectDrawClipper::Initialize method is not supported in Windows CE.

Use the LPDIRECTDRAWCLIPPER data type to declare a variable that contains a pointer to an IDirectDrawClipper interface. The Ddraw.h header file declares these data types with the following code.

typedef struct IDirectDrawClipper    FAR *LPDIRECTDRAWCLIPPER;

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddraw.h.
Link Library: Ddraw.lib.

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.