Microsoft DirectX 8.1 (C++)

ILocator::put_CarrierFrequency

The put_CarrierFrequency method sets the frequency of the RF signal.

Syntax

HRESULT put_CarrierFrequency(
    long Frequency
    );

Parameters

Frequency

[in] Variable of type long that specifies the frequency value.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also