Share via


IAMNetworkStatus::get_ReceivedPackets

 
Microsoft DirectShow 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.

Requirements

Header: Include Qnetwork.h.

Library: None.

See Also