IDirectDrawColorControl (Compact 2013)
3/26/2014
This interface gets and sets color controls associated with an overlay or primary surface.
Methods
In addition to the methods inherited from IUnknown this interface exposes the following methods.
Method |
Description |
---|---|
Returns the current color control settings associated with the specified overlay or primary surface. |
|
Sets the color control settings associated with the specified overlay or primary surface. |
Remarks
You can use the LPDIRECTDRAWCOLORCONTROL data type to declare a variable that contains a pointer to an IDirectDrawColorControl interface.
The Ddraw.h header file declares these data types with the following code.
typedef struct IDirectDrawColorControl FAR *LPDIRECTDRAWCOLORCONTROL;
Requirements
Header |
ddraw.h |
Library |
ddraw.lib |