Microsoft DirectX 8.1 (C++)

IBDA_FrequencyFilter::get_Bandwidth

The get_Bandwidth method retrieves the bandwidth.

Syntax

HRESULT get_Bandwidth(
  ULONG*  pulBandwidth
);

Parameters

  pulBandwidth

[out]  Pointer that receives the bandwidth.

Return Values

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

See Also