ReactOS 0.4.16-dev-1946-g52006dd
_MIB_TCPROW Struct Reference

#include <tcpmib.h>

Public Attributes

union {
   DWORD   dwState
 
   MIB_TCP_STATE   State
 
}; 
 
DWORD dwLocalAddr
 
DWORD dwLocalPort
 
DWORD dwRemoteAddr
 
DWORD dwRemotePort
 
union {
   DWORD   dwState
 
   MIB_TCP_STATE   State
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 39 of file tcpmib.h.

Member Data Documentation

◆ 

union { ... } _MIB_TCPROW::@3440

◆ 

union { ... } _MIB_TCPROW::DUMMYUNIONNAME

◆ dwLocalAddr

DWORD _MIB_TCPROW::dwLocalAddr

Definition at line 44 of file tcpmib.h.

Referenced by START_TEST(), and TcpTableSorter().

◆ dwLocalPort

DWORD _MIB_TCPROW::dwLocalPort

Definition at line 45 of file tcpmib.h.

Referenced by START_TEST(), and TcpTableSorter().

◆ dwRemoteAddr

DWORD _MIB_TCPROW::dwRemoteAddr

Definition at line 46 of file tcpmib.h.

Referenced by START_TEST(), and TcpTableSorter().

◆ dwRemotePort

DWORD _MIB_TCPROW::dwRemotePort

Definition at line 47 of file tcpmib.h.

Referenced by TcpTableSorter().

◆ dwState

DWORD _MIB_TCPROW::dwState

Definition at line 41 of file tcpmib.h.

Referenced by START_TEST().

◆ State

MIB_TCP_STATE _MIB_TCPROW::State

Definition at line 42 of file tcpmib.h.

Referenced by GetExtendedTcpTable().


The documentation for this struct was generated from the following files: