Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WSARecvMsgDelegate.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
SocketError
WSARecvMsgDelegate
(
SafeSocketHandle
socketHandle,
IntPtr
msg, out
int
bytesTransferred,
NativeOverlapped
* overlapped,
IntPtr
completionRoutine);
System.Net.Sockets.SafeSocketHandle
Definition
SafeSocketHandle.cs:9
System.Net.Sockets.WSARecvMsgDelegate
unsafe delegate SocketError WSARecvMsgDelegate(SafeSocketHandle socketHandle, IntPtr msg, out int bytesTransferred, NativeOverlapped *overlapped, IntPtr completionRoutine)
System.Net.Sockets.SocketError
SocketError
Definition
SocketError.cs:4
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.IntPtr
Definition
IntPtr.cs:14
System.Threading.NativeOverlapped
Definition
NativeOverlapped.cs:4
source
System.Net.Sockets
System.Net.Sockets
WSARecvMsgDelegate.cs
Generated by
1.10.0