Microsoft DirectX 9.0

IMSVidClosedCaptioning2::get_Service

This topic applies to Windows XP Service Pack 1 only.

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.

See Also