From ab26b8788451989c1a072f4a56343fff33c7f042 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 31 Aug 2019 19:06:53 +0000 Subject: struct _nt_socket: added the .hobj and .hprocess union members. --- include/ntapi/nt_socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h index aca18ba..d6540e3 100644 --- a/include/ntapi/nt_socket.h +++ b/include/ntapi/nt_socket.h @@ -370,6 +370,7 @@ typedef struct _nt_socket { void * hsocket; void * hfile; void * hpipe; + void * hobj; nt_pty * hpty; }; @@ -403,6 +404,7 @@ typedef struct _nt_socket { void * hpair; void * hasync; void * hobject; + void * hprocess; void * hsection; void * dirctx; }; -- cgit v1.2.3