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) |
Definition in file WaitCallback.h.
|
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(). |