Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Applications use the methods of the IDirectDrawClipperinterface to manage clip lists. This section is a reference to the methods of this interface.
The methods of the IDirectDrawClipperinterface are organized into the following groups:
Allocating memory | Initialize |
Clip list | GetClipList |
IsClipListChanged | |
SetClipList | |
SetHWnd | |
Handles | GetHWnd |
The IDirectDrawClipperinterface, like all COM interfaces, inherits the IUnknowninterface methods. The IUnknowninterface supports the following three methods:
IUnknown | AddRef |
QueryInterface | |
Release |
Use the LPDIRECTDRAWCLIPPERdata type to declare a variable that contains a pointer to an IDirectDrawClipperinterface. The Ddraw.h header file declares these data types with the following code:
typedef struct IDirectDrawClipper FAR *LPDIRECTDRAWCLIPPER;
Requirements
Runs on | Versions | Declared in | Link to |
---|---|---|---|
Windows CE OS | 2.12 or later. Version 2.12 requires DXPAK 1.0 or later. | ddraw.h | ddraw.lib |