summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-08-14 19:04:58 +0000
committermidipix <writeonce@midipix.org>2024-08-14 19:04:58 +0000
commit171257d7658617f16659668c93d5577dc08f7299 (patch)
treea93da39b01d503054dc7a64e6389e93a152e9315
parent3da739638f9f91e128e964fdc42ddd8b99ec5103 (diff)
downloadntapi-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.h1
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;