Share via


IVPNotify::GetColorControls (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

HRESULT GetColorControls(
  LPDDCOLORCONTROL* ppColorControl
) PURE;

Parameters

  • ppColorControl
    [out] Address of the DDCOLORCONTROL structure that will receive the current control settings of the specified surface.

    The dwFlags member of the DDCOLORCONTROL structure indicates which of the color control options are supported.

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

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

IVPNotify Interface