Encapsulates an event.
More...
#include <Imt.Base.OS.WinEC7/OSEvent.h>
◆ OSEvent() [1/2]
imt::base::os::winec7::OSEvent::OSEvent |
( |
const std::wstring & |
name, |
|
|
const bool |
isNamedEvent |
|
) |
| |
|
explicit |
Constructor.
- Parameters
-
name | Name of the event. |
isNamedEvent | Create a named event or not. |
◆ OSEvent() [2/2]
imt::base::os::winec7::OSEvent::OSEvent |
( |
const std::wstring & |
name, |
|
|
void *const |
pHandle |
|
) |
| |
|
explicit |
Constructor.
Creates an OSEvent with the given event handle.
- Parameters
-
name | Name of the event. |
pHandle | Existing event handle for the event. |
◆ ~OSEvent()
virtual imt::base::os::winec7::OSEvent::~OSEvent |
( |
void |
| ) |
|
|
virtual |
◆ getEventHandle()
void* imt::base::os::winec7::OSEvent::getEventHandle |
( |
void |
| ) |
|
Gets the handle of this event.
◆ getEventName()
const std::wstring& imt::base::os::winec7::OSEvent::getEventName |
( |
void |
| ) |
const |
Returns the name of this event.
- Returns
- The name of this event.
◆ setEvent()
void imt::base::os::winec7::OSEvent::setEvent |
( |
void |
| ) |
|
The documentation for this class was generated from the following file:
- D:/_Work/10/s/Imt.Base/Imt.Base.OS.WinEC7/OSEvent.h