summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_socket.h')
-rw-r--r--include/ntapi/nt_socket.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h
index 1f8dd14..d56f370 100644
--- a/include/ntapi/nt_socket.h
+++ b/include/ntapi/nt_socket.h
@@ -518,6 +518,15 @@ typedef int32_t __cdecl ntapi_sc_setsockopt(
__out nt_io_status_block * iosb __optional);
+typedef int32_t __cdecl ntapi_sc_getsockopt(
+ __in nt_socket * hssocket,
+ __in int32_t level,
+ __in int32_t optname,
+ __out void * optval,
+ __in uint32_t optlen,
+ __out nt_io_status_block * iosb);
+
+
typedef int32_t __cdecl ntapi_sc_wait(nt_socket * hssocket, nt_iosb * iosb, nt_timeout * timeout);
#endif