Microsoft DirectX 9.0

ILocator::get_Modulation

The get_Modulation method retrieves the modulation type.

Syntax

HRESULT get_Modulation(
    ModulationType* pModulation
    );

Parameters

pModulation

[out] Pointer to a variable that receives 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.

Remarks

See put_Modulation for the definition of ModulationType.

See Also