|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_event.h>
Public Methods | |
Construction | |
| event (ws_bool_t bManualReset, ws_bool_t bInitialState) winstl_throw_0() | |
| Creates the event. | |
| event (ws_char_a_t const *name, ws_bool_t bManualReset, ws_bool_t bInitialState) winstl_throw_0() | |
| Creates the event with the given name. | |
| event (ws_char_w_t const *name, ws_bool_t bManualReset, ws_bool_t bInitialState) winstl_throw_0() | |
| Creates the event with the given name. | |
| event (ws_char_a_t const *name, ws_bool_t bManualReset, ws_bool_t bInitialState, LPSECURITY_ATTRIBUTES psa) winstl_throw_0() | |
| Creates the event with the given name and security attributes. | |
| event (ws_char_w_t const *name, ws_bool_t bManualReset, ws_bool_t bInitialState, LPSECURITY_ATTRIBUTES psa) winstl_throw_0() | |
| Creates the event with the given name and security attributes. | |
| ~event () | |
| Destroys the event instance. | |
Operations | |
| void | set () winstl_throw_0() |
| Sets the state of the event to signalled. | |
| void | reset () winstl_throw_0() |
| Sets the state of the event to signalled. | |
Accessors | |
|
||||||||||||
|
Creates the event.
|
|
||||||||||||||||
|
Creates the event with the given name.
|
|
||||||||||||||||
|
Creates the event with the given name.
|
|
||||||||||||||||||||
|
Creates the event with the given name and security attributes.
|
|
||||||||||||||||||||
|
Creates the event with the given name and security attributes.
|
|
|
Destroys the event instance.
|
|
|
Sets the state of the event to signalled.
|
|
|
Sets the state of the event to signalled.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |