From b1526937b080f76c4e12978240eb1d325e51c52f Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 8 Aug 2019 22:24:03 +0000 Subject: struct _nt_socket: additional context handle union: added .hkey. --- include/ntapi/nt_socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h index b0448b7..aca18ba 100644 --- a/include/ntapi/nt_socket.h +++ b/include/ntapi/nt_socket.h @@ -399,6 +399,7 @@ typedef struct _nt_socket { uint32_t vfdpid; }; + void * hkey; void * hpair; void * hasync; void * hobject; -- cgit v1.2.3