Microsoft DirectX 9.0 |
The put_Modulation method sets the modulation type.
Syntax
HRESULT put_Modulation(
ModulationType Modulation
);
Parameters
Modulation
[in] Specifies the modulation type, as a member of the ModulationType enumeration.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also