[This is preliminary documentation and is subject to change.]
The event that occurred (From wincom.h)
| C# | Visual Basic | Visual C++ |
public enum AdkConsoleEvent
Public Enumeration AdkConsoleEvent
public enum class AdkConsoleEvent
| Member | Description |
|---|---|
| CTRL_C |
CTRL-C was pressed
|
| CTRL_BREAK |
CTRL-BREAK was pressed
|
| CTRL_CLOSE |
The windows was messaged to close
|
| CTRL_LOGOFF |
The user is logging off
|
| CTRL_SHUTDOWN |
The system is shutting down
|