#include <winstl/system/console_ctrl_handler_scope.hpp>
Public Types | |
| typedef console_ctrl_handler_scope | class_type |
Public Member Functions | |
Construction | |
| console_ctrl_handler_scope (PHANDLER_ROUTINE handler) | |
| Registers a console control handler. | |
| ~console_ctrl_handler_scope () throw () | |
| Revokes registration of the console control handler. | |
| console_ctrl_handler_scope | ( | PHANDLER_ROUTINE | handler | ) | [inline, explicit] |
Registers a console control handler.
| handler | The handler function to register |
| ~console_ctrl_handler_scope | ( | ) | throw () [inline] |
Revokes registration of the console control handler.
1.5.6