ITVControl::GetCC

[This is preliminary documentation and subject to change.]

The GetCC method retrieves the closed-captioning status of the control.

HRESULT GetCC(
  VARIANT_BOOL *bCC  
);
 

Parameters

bCC
Pointer to a boolean variable that receives the closed-captioning status of the control. This can contain one of the following values.
Value Meaning
VARIANT_TRUE The control is in closed-captioning mode.
VARIANT_FALSE The control is not in closed-captioning mode.

Return Values

WebTV for Windows ignores the value returned by this method.

Remarks

WebTV for Windows calls this method.

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