Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
wiocp.h File Reference
#include "lib/sysdep/os/win/win.h"

Go to the source code of this file.

Functions

void AttachToCompletionPort (HANDLE hFile, HANDLE &hIOCP, ULONG_PTR key, DWORD numConcurrentThreads=0)
 
Status PollCompletionPort (HANDLE hIOCP, DWORD timeout, DWORD &bytesTransferred, ULONG_PTR &key, OVERLAPPED *&ovl)
 

Function Documentation

void AttachToCompletionPort ( HANDLE  hFile,
HANDLE hIOCP,
ULONG_PTR  key,
DWORD  numConcurrentThreads = 0 
)

Definition at line 8 of file wiocp.cpp.

Status PollCompletionPort ( HANDLE  hIOCP,
DWORD  timeout,
DWORD bytesTransferred,
ULONG_PTR &  key,
OVERLAPPED *&  ovl 
)

Definition at line 18 of file wiocp.cpp.