Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IOCompletionCallback.cs
Go to the documentation of this file.
1
namespace
System.Threading
;
2
3
[CLSCompliant(
false
)]
4
public
unsafe delegate
void
IOCompletionCallback
(uint errorCode, uint numBytes,
NativeOverlapped
* pOVERLAP);
System.Threading.IOCompletionCallback
unsafe delegate void IOCompletionCallback(uint errorCode, uint numBytes, NativeOverlapped *pOVERLAP)
System.Threading
Definition
TaskToApm.cs:3
System.Threading.NativeOverlapped
Definition
NativeOverlapped.cs:4
source
System.Private.CoreLib
System.Threading
IOCompletionCallback.cs
Generated by
1.10.0