IDirectDrawGammaControl (Windows Embedded CE 6.0)
1/6/2010
This interface allows you to get and set gamma controls:
Gamma controls |
|
|
The IDirectDrawGammaControl interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:
IUnknown |
|
|
|
|
You can use the LPDIRECTDRAWGAMMACONTROL data type to declare a variable that contains a pointer to an IDirectDrawGammaControl interface.
The Ddraw.h header file declares these data types with the following code.
typedef struct IDirectDrawGammaControl FAR *LPDIRECTDRAWGAMMACONTROL;
Requirements
Header | ddraw.h |
Library | ddraw.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |