IMSVidCtl::get_VideoRendererActive 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_VideoRendererActive method retrieves the currently active video renderer.

Syntax

HRESULT get_VideoRendererActive(
  [out] IMSVidVideoRenderer **pVal
);

Parameters

[out] pVal

Receives an IMSVidVideoRenderer interface pointer. The caller must release the interface. If no video renderer is active, this parameter receives the value NULL.

Return value

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

Requirements

   
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_VideoRendererActive