IVPNotify::SetColorControls (Windows CE 5.0)
This method sets the color control settings associated with the specified overlay or primary surface.
HRESULT SetColorControls(LPDDCOLORCONTROLpColorControl) PURE;
Parameters
- pColorControl
[in] Address of the DDCOLORCONTROL structure containing the new values to be applied to the specified surface.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
In the current DirectShow implementation, this method returns NOERROR if successful, or E_INVALIDARG or E_FAIL upon failure.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
See Also
Send Feedback on this topic to the authors