diff options
author | midipix <writeonce@midipix.org> | 2019-08-31 19:06:53 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-08-31 19:06:53 +0000 |
commit | ab26b8788451989c1a072f4a56343fff33c7f042 (patch) | |
tree | 09d266dd7fc3bf1d65525690c2bb541fd941a42b /include | |
parent | 20aed341c2090379ae8291c94383c58f546d2d02 (diff) | |
download | ntapi-ab26b8788451989c1a072f4a56343fff33c7f042.tar.bz2 ntapi-ab26b8788451989c1a072f4a56343fff33c7f042.tar.xz |
struct _nt_socket: added the .hobj and .hprocess union members.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |