Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

WaitCallback.h File Reference

Go to the source code of this file.

Compounds

class  WaitCallback
 A class which implements most of the Win2000 function functionality. More...


Typedefs

typedef void(__stdcall * WAITCALLBACK )(void *, bool)


Detailed Description

Definition in file WaitCallback.h.


Typedef Documentation

typedef void(__stdcall * WAITCALLBACK)(void *, bool)
 

Callback fuction type. prototype: void callback(void* param, bool timedOut) two parameters a void pointer and a boolean value, true iff wait timed out.

Definition at line 18 of file WaitCallback.h.

Referenced by WaitCallback::registerWaitForSingleObject().


Generated on Mon Mar 25 06:29:59 2002 for Window Dressing by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001