IMSVidClosedCaptioning2::get_Service

 
Microsoft DirectShow 9.0

IMSVidClosedCaptioning2::get_Service

This topic applies to Windows XP Service Pack 1 or later.

The get_Service method retrieves the current closed captioning service.

Syntax

  HRESULT get_Service(
  
  MSVidCCService *
  pService
  
  );

Parameters

pService

[out]  Pointer to a variable that receives a member of the MSVidCCService enumeration.

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
E_POINTER NULL pointer argument.
S_OK Success.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also