Share via


IDirectDrawClipper

Send Feedback

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

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

  PPC SP  
Clip list X X GetClipList
  X X IsClipListChanged
  X X SetClipList
  X X SetHWnd
  X X  
Handles X X GetHWnd

The IDirectDrawClipper interface, like all COM interfaces, inherits the IUnknown interface methods.

The IUnknown interface supports the following three methods:

  PPC SP  
IUnknown X X AddRef
  X X QueryInterface
  X X 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

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: Ddraw.h.
Library: Ddraw.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.