Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AcceptExDelegate.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices
;
2
using
System.Threading
;
3
4
namespace
System.Net.Sockets
;
5
6
[UnmanagedFunctionPointer(
CallingConvention
.StdCall, SetLastError =
true
)]
7
internal
unsafe delegate
bool
AcceptExDelegate
(
SafeSocketHandle
listenSocketHandle,
SafeSocketHandle
acceptSocketHandle,
IntPtr
buffer
,
int
len
,
int
localAddressLength,
int
remoteAddressLength, out
int
bytesReceived,
NativeOverlapped
* overlapped);
System.Net.Sockets.SafeSocketHandle
Definition
SafeSocketHandle.cs:9
System.Net.Sockets.AcceptExDelegate
unsafe delegate bool AcceptExDelegate(SafeSocketHandle listenSocketHandle, SafeSocketHandle acceptSocketHandle, IntPtr buffer, int len, int localAddressLength, int remoteAddressLength, out int bytesReceived, NativeOverlapped *overlapped)
System.Net.Sockets
Definition
AddressInfoHints.cs:1
System.Runtime.InteropServices.CallingConvention
CallingConvention
Definition
CallingConvention.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Threading
Definition
TaskToApm.cs:3
System.ExceptionArgument.buffer
@ buffer
System.ExceptionArgument.len
@ len
System.IntPtr
Definition
IntPtr.cs:14
System.Threading.NativeOverlapped
Definition
NativeOverlapped.cs:4
source
System.Net.Sockets
System.Net.Sockets
AcceptExDelegate.cs
Generated by
1.10.0