summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_socket.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-03-23 20:55:05 -0400
committermidipix <writeonce@midipix.org>2016-03-23 20:55:05 -0400
commiteb53e602bc5289b3702dd4a711ff1054da7b1086 (patch)
treeb6cc1b4d76f26d17dc4206673e89b63d8f6111d0 /include/ntapi/nt_socket.h
parent20ee45c9cab81301f529a642e0470b9edc0e385a (diff)
downloadntapi-eb53e602bc5289b3702dd4a711ff1054da7b1086.tar.bz2
ntapi-eb53e602bc5289b3702dd4a711ff1054da7b1086.tar.xz
socket interfaces: __ntapi_sc_send(): added connectionless datagram support.
Diffstat (limited to 'include/ntapi/nt_socket.h')
-rw-r--r--include/ntapi/nt_socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h
index bcb1722..55b2bb1 100644
--- a/include/ntapi/nt_socket.h
+++ b/include/ntapi/nt_socket.h
@@ -381,6 +381,8 @@ typedef int32_t __cdecl ntapi_sc_send(
__in const void * buffer,
__in size_t len,
__out ssize_t * bytes_sent __optional,
+ __in const nt_sockaddr * addr __optional,
+ __in size_t addrlen __optional,
__in uintptr_t afdflags __optional,
__in uintptr_t tdiflags __optional,
__out nt_io_status_block * iosb __optional);