mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 03:43:37 +08:00
headers: add missing field "dwOwningPid" in struct _MIB_TCPROW2
Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
parent
ae2750626c
commit
09ca997cae
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user