IMSVidCtl::get_OutputsActive 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_OutputsActive method retrieves the output devices that are currently active.

Syntax

HRESULT get_OutputsActive(
  [out] IMSVidOutputDevices **pVal
);

Parameters

[out] pVal

Receives an IMSVidOutputDevices interface pointer. The caller must release the interface.

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::get_AudioRendererActive

IMSVidCtl::get_VideoRendererActive