Microsoft DirectX 8.1 (C++)

IBDA_FrequencyFilter::get_Frequency

The get_Frequency method retrieves the frequency.

Syntax

HRESULT get_Frequency(
  ULONG*  pulFrequency
);

Parameters

  pulFrequency

[out]  Pointer that receives the frequency.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also