Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
_IOCompletionCallback (IOCompletionCallback ioCompletionCallback, ExecutionContext executionContext) | |
Static Package Functions | |
static unsafe void | IOCompletionCallback_Context (object state) |
static unsafe void | PerformIOCompletionCallback (uint errorCode, uint numBytes, NativeOverlapped *pNativeOverlapped) |
Static Package Attributes | |
static ContextCallback | _ccb = IOCompletionCallback_Context |
Private Attributes | |
readonly IOCompletionCallback | _ioCompletionCallback |
readonly ExecutionContext | _executionContext |
uint | _errorCode |
uint | _numBytes |
unsafe NativeOverlapped * | _pNativeOverlapped |
Definition at line 3 of file _IOCompletionCallback.cs.