From 171257d7658617f16659668c93d5577dc08f7299 Mon Sep 17 00:00:00 2001 From: midipix Date: Aug 14 2024 19:04:58 +0000 Subject: struct _nt_socket: added the .hipc member to the handle union. --- 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;