Share via


IVPNotify::SetColorControls (Compact 2013)

3/26/2014

This method sets the color control settings associated with the specified overlay or primary surface.

Syntax

HRESULT SetColorControls(
  LPDDCOLORCONTROL pColorControl
) PURE;

Parameters

  • pColorControl
    [in] Address of the DDCOLORCONTROL structure containing the new values to be applied to the specified surface.

Return Value

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

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IVPNotify Interface