Microsoft DirectX 9.0

IDVBTuningSpace::put_SystemType

The put_SystemType method sets the system type.

Syntax

HRESULT put_SystemType(
  DVBSystemType  SysType
);

Parameters

SysType

[in] Variable of type DVBSystemType that specifies 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