Microsoft DirectX 8.1 (C++)

ILocator::get_CarrierFrequency

The get_CarrierFrequency method retrieves the frequency of the RF signal.

Syntax

HRESULT get_CarrierFrequency(
    long* pFrequency
    );

Parameters

pFrequency

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