headers: add missing field "dwOwningPid" in struct _MIB_TCPROW2

Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
屈佳伟 2020-04-14 12:00:54 +08:00 committed by Liu Hao
parent ae2750626c
commit 09ca997cae

View File

@ -67,6 +67,7 @@ typedef struct _MIB_TCPROW2 {
DWORD dwLocalPort;
DWORD dwRemoteAddr;
DWORD dwRemotePort;
DWORD dwOwningPid;
TCP_CONNECTION_OFFLOAD_STATE dwOffloadState;
} MIB_TCPROW2, *PMIB_TCPROW2;