Pyrogenesis  trunk
Functions
wiocp.h File Reference
#include "lib/sysdep/os/win/win.h"
Include dependency graph for wiocp.h:
This graph shows which files directly or indirectly include this file:

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

◆ AttachToCompletionPort()

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

◆ PollCompletionPort()

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