DP8SIM_STATISTICS Structure

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

DP8SIM_STATISTICS Structure


Used to set and retrieve DP8Sim statistics.

Syntax

typedef struct _DP8SIM_STATISTICS {
    DWORD dwSize;
    DWORD dwFlags;
    DWORD dwTransmittedPackets;
    DWORD dwTransmittedBytes;
    DWORD dwDroppedPackets;
    DWORD dwDroppedBytes;
    DWORD dwTotalDelayMS;
} DP8SIM_STATISTICS, *PDP8SIM_STATISTICS;

Members

dwSize
Must be set the to size of this structure, in bytes, before using this structure.
dwFlags
Reserved. Must be zero.
dwTransmittedPackets
Number of packets sent or received.
dwTransmittedBytes
Number of bytes sent or received.
dwDroppedPackets
Number of packets intentionally dropped.
dwDroppedBytes
Number of bytes intentionally dropped.
dwTotalDelayMS
Total number of milliseconds delay added due to bandwidth limitations or random latency settings.

Structure Information

Headerdp8sim.h
Minimum operating systems Windows 98, Pocket PC 2002

© 2003 Microsoft Corporation. All rights reserved.