CEvent::CEvent

Use this constructor to construct a named or unnamed CEvent object.

Syntax

CEvent( BOOL bInitiallyOwn = FALSE, BOOL bManualReset = FALSE, LPCTSTR lpszName = NULL, LPSECURITY_ATTRIBUTES lpsaAttribute = NULL );

At a Glance

Header file: Afxmt.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CEvent Overview, CEvent Member Functions, Synchronization Classes