|
HyperDbg Debugger
|
headers for messaging functions More...
Go to the source code of this file.
Functions | |
| VOID | SetTextMessageCallback (PVOID Handler) |
| Set the function callback that will be called if any message needs to be shown. | |
| PVOID | SetTextMessageCallbackUsingSharedBuffer (PVOID Handler) |
| Set the function callback that will be called if any message needs to be shown. | |
| VOID | UnsetTextMessageCallback () |
| Unset the function callback that will be called if any message needs to be shown. | |
headers for messaging functions
| VOID SetTextMessageCallback | ( | PVOID | Handler | ) |
Set the function callback that will be called if any message needs to be shown.
| Handler | Function that handles the messages |
Set the function callback that will be called if any message needs to be shown.
| Handler | Function that handles the messages |
| VOID UnsetTextMessageCallback | ( | ) |
Unset the function callback that will be called if any message needs to be shown.