Microsoft DirectX 9.0

IAMNetworkStatus::get_ReceptionQuality

The get_ReceptionQuality method retrieves a value indicating the reception quality.

Syntax

HRESULT get_ReceptionQuality(
  long *pReceptionQuality
);

Parameters

pReceptionQuality

Pointer to a variable that receives a value from 0 to 100, indicating the reception quality. This value is percentage of packets that the filter received without requiring resending or error correction.

Return Values

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

See Also