IP_NAT_SESSION_MAPPING_STATISTICS (Windows CE 5.0)
This structure holds statistics for a single-session mapping.
typedef struct {ULONG64BytesForward;ULONG64BytesReverse;ULONG64PacketsForward;ULONG64PacketsReverse;ULONG64RejectsForward;ULONG64RejectsReverse;} IP_NAT_SESSION_MAPPING_STATISTICS;
Members
- BytesForward
64-bit unsigned long integer that receives the number of bytes sent on the forward channel. - BytesReverse
64-bit unsigned long integer that receives the number of bytes sent on the reverse channel. - PacketsForward
64-bit unsigned long integer that receives the number of packets sent on the forward channel. - PacketsReverse
64-bit unsigned long integer that receives the number of packets sent on the reverse channel. - RejectsForward
64-bit unsigned long integer that receives the number of packets rejected on forward channel. - RejectsReverse
64-bit unsigned long integer that receives the number of packets rejected on reverse channel.
Remarks
You can obtain this structure by calling the QueryInfoSession function.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Natedit.h.
See Also
Send Feedback on this topic to the authors