IDirectDrawClipper (Compact 2013)

3/26/2014

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

IDirectDrawClipper::GetClipList

IDirectDrawClipper::IsClipListChanged

IDirectDrawClipper::SetClipList

IDirectDrawClipper::SetHWnd

Handles

IDirectDrawClipper::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

Remarks

The IDirectDrawClipper::Initialize method is not supported in Windows Embedded Compact.

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

Header

ddraw.h

Library

ddraw.lib

See Also

Reference

DirectDraw Interfaces
DirectDraw Reference

Other Resources

DirectDraw