Microsoft DirectX 8.1 (C++) |
The get_Mode method receives the transmission mode.
Syntax
HRESULT get_Mode(
TransmissionMode* pmode
);
Parameters
pmode
[out] A value from the TransmissionMode enum.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also