Microsoft DirectX 8.1 (C++)

IDVBTLocator::get_Mode

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