Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WSARecvMsgDelegate.cs
Go to the documentation of this file.
3
4namespace System.Net.Sockets;
5
6[UnmanagedFunctionPointer(CallingConvention.StdCall, SetLastError = true)]
7internal unsafe delegate SocketError WSARecvMsgDelegate(SafeSocketHandle socketHandle, IntPtr msg, out int bytesTransferred, NativeOverlapped* overlapped, IntPtr completionRoutine);
unsafe delegate SocketError WSARecvMsgDelegate(SafeSocketHandle socketHandle, IntPtr msg, out int bytesTransferred, NativeOverlapped *overlapped, IntPtr completionRoutine)