Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AcceptExDelegate.cs
Go to the documentation of this file.
3
4namespace System.Net.Sockets;
5
6[UnmanagedFunctionPointer(CallingConvention.StdCall, SetLastError = true)]
7internal unsafe delegate bool AcceptExDelegate(SafeSocketHandle listenSocketHandle, SafeSocketHandle acceptSocketHandle, IntPtr buffer, int len, int localAddressLength, int remoteAddressLength, out int bytesReceived, NativeOverlapped* overlapped);
unsafe delegate bool AcceptExDelegate(SafeSocketHandle listenSocketHandle, SafeSocketHandle acceptSocketHandle, IntPtr buffer, int len, int localAddressLength, int remoteAddressLength, out int bytesReceived, NativeOverlapped *overlapped)