ITVControl::SetCC

[This is preliminary documentation and subject to change.]

The SetCC method advises that the closed-captioning status has changed in WebTV for Windows.

HRESULT SetCC(
  VARIANT_BOOL bCC  
);
 

Parameters

bCC
Boolean value that indicates the closed captioning state, which can be one of the following.
Value Meaning
VARIANT_TRUE Closed captioning is turned on.
VARIANT_FALSE Closed captioning is turned off.

Return Values

WebTV for Windows ignores the value returned by this method.

Remarks

WebTV for Windows calls this method when the closed-captioning status of WebTV for Windows changes.

QuickInfo

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

See Also

ITVViewer::IsCC, ITVControl::GetCC