Microsoft DirectX 8.1 (C++) |
The get_Modulation method retrieves the modulation type.
Syntax
HRESULT get_Modulation(
ModulationType* pModulation
);
Parameters
pModulation
[out] Pointer that receives the new modulation type.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
See put_Modulation for the definition of ModulationType.
See Also