![]() |
CWin32Event() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Constructor |
Declared in: Win32Event.h |
CWin32Event( BOOL bInitialState=FALSE, BOOL bManualReset=FALSE, const char* pEventName=NULL);
Ctor and Dtor bInitialState - Is the event started as Set/Reset bManualReset - Does the event resets automatically pEventName - Name of the event (for multiproccess)
//Create the event m_hEvent=CreateEvent(NULL, bManualReset, bInitialState, pEventName); //Check if we are the owners if (pEventName && GetLastError()!=ERROR_ALREADY_EXISTS) SetFirst();
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |