Microsoft DirectX 8.1 (C++)

IDVBTLocator::get_OtherFrequencyInUse

The get_OtherFrequencyInUse method indicates whether the frequency is being used by another DVB-T broadcaster.

Syntax

HRESULT get_OtherFrequencyInUse(
  VARIANT_BOOL*  pOtherFrequencyInUseVal
);

Parameters

pOtherFrequencyInUseVal

[out]  Specifies a VARIANT_BOOL to receive VARIANT_TRUE if the frequency is being  used by another DVB_T broadcaster or VARIANT_FALSE otherwise.

Return Values

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

See Also