ITVControl::SetOutput

[This is preliminary documentation and subject to change.]

The SetOutput method advises that the control should set an additional output device, for example a VCR.

HRESULT SetOutput(
  BSTR bsDeviceName  
);
 

Parameters

bsDeviceName
Value that specifies the name of the output device to set. WebTV for Windows looks in the registry for a device that matches this name.

Return Values

WebTV for Windows ignores the value returned by this method.

Remarks

WebTV for Windows calls this method so that the control can set an additional output device, in addition to regular video. For example, WebTV for Windows can call this method to request that a control set VCR output.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in tvdisp.odl.
  Import Library: User-defined.
  Unicode: Yes.