ReactOS 0.4.16-dev-91-g764881a
|
#include <tcpmib.h>
Public Attributes | |
DWORD | dwState |
DWORD | dwLocalAddr |
DWORD | dwLocalPort |
DWORD | dwRemoteAddr |
DWORD | dwRemotePort |
DWORD | dwOwningPid |
DWORD _MIB_TCPROW_OWNER_PID::dwLocalAddr |
Definition at line 105 of file tcpmib.h.
Referenced by ShowTcpTable(), and START_TEST().
DWORD _MIB_TCPROW_OWNER_PID::dwLocalPort |
Definition at line 106 of file tcpmib.h.
Referenced by ShowTcpTable(), and START_TEST().
DWORD _MIB_TCPROW_OWNER_PID::dwOwningPid |
Definition at line 109 of file tcpmib.h.
Referenced by ShowTcpTable(), and START_TEST().
DWORD _MIB_TCPROW_OWNER_PID::dwRemoteAddr |
Definition at line 107 of file tcpmib.h.
Referenced by ShowTcpTable(), and START_TEST().
DWORD _MIB_TCPROW_OWNER_PID::dwRemotePort |
Definition at line 108 of file tcpmib.h.
Referenced by ShowTcpTable().
DWORD _MIB_TCPROW_OWNER_PID::dwState |
Definition at line 104 of file tcpmib.h.
Referenced by GetExtendedTcpTable(), ShowTcpTable(), and START_TEST().