Microsoft DirectX 9.0

IAMNetworkStatus::get_ReceivedPackets

The get_ReceivedPackets method retrieves the number of packets that have been received.

Syntax

HRESULT get_ReceivedPackets(
  long *pReceivedPackets
);

Parameters

pReceivedPackets

Pointer to a variable that receives the number of received packets.

Return Values

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

See Also