Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

OW32::CIoCompletion Class Reference

Model of a function in a class that handles IOCP notifications. More...

#include <IoCompletion.h>

Inheritance diagram for OW32::CIoCompletion:

OW32::CAsyncIoCompletionSocket OW32::CDirectoryWatch OW32::CIoCompletionListener OW32::CIoCompletionListenerAcceptEx List of all members.

Public Member Functions

virtual void OnIoCompletion (BOOL bRet, DWORD dwBytes, LPOVERLAPPED lpOS)=0
 The type of the completion notification function:.

Detailed Description

Model of a function in a class that handles IOCP notifications.


Member Function Documentation

virtual void OW32::CIoCompletion::OnIoCompletion BOOL  bRet,
DWORD  dwBytes,
LPOVERLAPPED  lpOS
[pure virtual]
 

The type of the completion notification function:.

Parameters:
bRet The result of the operation
dwBytes The number of bytes transferred during the operation
lpOS The overlapped structure for the operation

Implemented in OW32::CIoCompletionListenerAcceptEx.


The documentation for this class was generated from the following file:
Generated on Sun Jun 5 01:29:24 2005 for OW32 by  doxygen 1.3.9.1