Console control handler stack management.
More...
#include <WinStd/Win.h>
|
| | console_ctrl_handler (PHANDLER_ROUTINE HandlerRoutine) noexcept |
| | Construct the console control handler object and pushes the given handler to the console control handler stack.
|
| |
| virtual | ~console_ctrl_handler () |
| | Pops console control handler from the console control handler stack.
|
| |
|
|
BOOL | m_cookie |
| | Did pushing the console control handler succeed?
|
| |
|
PHANDLER_ROUTINE | m_handler |
| | Pointer to console control handler.
|
| |
Console control handler stack management.
◆ console_ctrl_handler()
| winstd::console_ctrl_handler::console_ctrl_handler |
( |
PHANDLER_ROUTINE | HandlerRoutine | ) |
|
|
inlinenoexcept |
Construct the console control handler object and pushes the given handler to the console control handler stack.
- Parameters
-
| [in] | HandlerRoutine | A pointer to the application-defined HandlerRoutine function to be added. |
- See also
- SetConsoleCtrlHandler function
◆ ~console_ctrl_handler()
| virtual winstd::console_ctrl_handler::~console_ctrl_handler |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: