diff options
author | midipix <writeonce@midipix.org> | 2024-08-14 19:04:58 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-08-14 19:04:58 +0000 |
commit | 171257d7658617f16659668c93d5577dc08f7299 (patch) | |
tree | a93da39b01d503054dc7a64e6389e93a152e9315 | |
parent | 3da739638f9f91e128e964fdc42ddd8b99ec5103 (diff) | |
download | ntapi-171257d7658617f16659668c93d5577dc08f7299.tar.bz2 ntapi-171257d7658617f16659668c93d5577dc08f7299.tar.xz |
struct _nt_socket: added the .hipc member to the handle union.
-rw-r--r-- | include/ntapi/nt_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h index 4ec8582..3ca74e9 100644 --- a/include/ntapi/nt_socket.h +++ b/include/ntapi/nt_socket.h @@ -430,6 +430,7 @@ typedef struct _nt_socket { uint32_t vfdpid; }; + void * hipc; void * hkey; void * hpair; void * hasync; |