ReactOS
0.4.15-dev-4872-g8a3db97
|
#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().
DWORD _MIB_TCPROW_OWNER_PID::dwLocalPort |
Definition at line 106 of file tcpmib.h.
Referenced by ShowTcpTable().
DWORD _MIB_TCPROW_OWNER_PID::dwOwningPid |
Definition at line 109 of file tcpmib.h.
Referenced by ShowTcpTable().
DWORD _MIB_TCPROW_OWNER_PID::dwRemoteAddr |
Definition at line 107 of file tcpmib.h.
Referenced by ShowTcpTable().
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(), and ShowTcpTable().