Microsoft DirectX 8.1 (C++) |
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