ReactOS 0.4.15-dev-8058-ga7cbb60
_MIB_TCPROW Struct Reference

#include <tcpmib.h>

Public Attributes

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

Detailed Description

Definition at line 51 of file tcpmib.h.

Member Data Documentation

◆ 

union { ... } _MIB_TCPROW::DUMMYUNIONNAME

◆ dwLocalAddr

DWORD _MIB_TCPROW::dwLocalAddr

Definition at line 58 of file tcpmib.h.

Referenced by START_TEST(), and TcpTableSorter().

◆ dwLocalPort

DWORD _MIB_TCPROW::dwLocalPort

Definition at line 59 of file tcpmib.h.

Referenced by START_TEST(), and TcpTableSorter().

◆ dwRemoteAddr

DWORD _MIB_TCPROW::dwRemoteAddr

Definition at line 60 of file tcpmib.h.

Referenced by START_TEST(), and TcpTableSorter().

◆ dwRemotePort

DWORD _MIB_TCPROW::dwRemotePort

Definition at line 61 of file tcpmib.h.

Referenced by TcpTableSorter().

◆ dwState

DWORD _MIB_TCPROW::dwState

Definition at line 55 of file tcpmib.h.

Referenced by START_TEST().

◆ State

MIB_TCP_STATE _MIB_TCPROW::State

Definition at line 56 of file tcpmib.h.

Referenced by GetExtendedTcpTable().


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