From 79728bd698a22e64b19229b4a705f8e68a4b6611 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 1 Sep 2019 17:26:09 +0000 Subject: struct _nt_socket: revised union members (.hprocess --> .dbgctx, added .hdir). --- include/ntapi/nt_socket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h index d6540e3..2c34322 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 * hdir; void * hobj; nt_pty * hpty; }; @@ -404,9 +405,9 @@ typedef struct _nt_socket { void * hpair; void * hasync; void * hobject; - void * hprocess; void * hsection; void * dirctx; + void * dbgctx; }; } nt_socket; -- cgit v1.2.3