- LPOVERLAPPED_COMPLETION_ROUTINE
alias LPOVERLAPPED_COMPLETION_ROUTINE = VOID function(DWORD dwErrorCode, DWORD dwNumberOfBytesTransfered, OVERLAPPED* lpOverlapped)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- fCancelIo
alias fCancelIo = BOOL function(HANDLE hFile)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- fCreateIoCompletionPort
alias fCreateIoCompletionPort = HANDLE function(HANDLE FileHandle, HANDLE ExistingCompletionPort, ULONG_PTR CompletionKey, DWORD NumberOfConcurrentThreads)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- fGetQueuedCompletionStatus
alias fGetQueuedCompletionStatus = BOOL function(HANDLE CompletionPort, DWORD* lpNumberOfBytes, PULONG_PTR lpCompletionKey, OVERLAPPED** lpOverlapped, DWORD dwMilliseconds)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- fReadDirectoryChangesW
alias fReadDirectoryChangesW = BOOL function(HANDLE hDirectory, LPVOID lpBuffer, DWORD nBufferLength, BOOL bWatchSubtree, DWORD dwNotifyFilter, DWORD* lpBytesReturned, OVERLAPPED* lpOverlapped, LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.