Pyrogenesis
13997
|
#include "precompiled.h"
#include "lib/sysdep/os/win/wiocp.h"
#include "lib/file/file.h"
#include "lib/sysdep/os/win/wutil.h"
Go to the source code of this file.
Functions | |
void | AttachToCompletionPort (HANDLE hFile, HANDLE &hIOCP, ULONG_PTR key, DWORD numConcurrentThreads) |
Status | PollCompletionPort (HANDLE hIOCP, DWORD timeout, DWORD &bytesTransferred, ULONG_PTR &key, OVERLAPPED *&ovl) |