Microsoft DirectX 9.0

IDVBTuningSpace::get_SystemType

The get_SystemType method retrieves the system type.

Syntax

HRESULT get_SystemType(
  DVBSystemType*  pSysType
);

Parameters

pSysType

[out] Pointer to a variable of type DVBSystemType that receives the system type.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also