Share via


IMSVidCtl::get_BackColor method (msvidctl.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The get_BackColor method retrieves the background color of the Video Control.

Syntax

HRESULT get_BackColor(
  [out] OLE_COLOR *backcolor
);

Parameters

[out] backcolor

Receives an OLE_COLOR value.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Requirement Value
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msvidctl.h

See also

IMSVidCtl Interface

IMSVidCtl::put_BackColor