HyperDbg Debugger
Loading...
Searching...
No Matches
messaging.h
Go to the documentation of this file.
1
12#pragma once
13
15// Functions //
17
18VOID
20
23
24VOID
void * PVOID
Definition BasicTypes.h:56
VOID UnsetTextMessageCallback()
Unset the function callback that will be called if any message needs to be shown.
Definition messaging.cpp:69
PVOID SetTextMessageCallbackUsingSharedBuffer(PVOID Handler)
Set the function callback that will be called if any message needs to be shown.
Definition messaging.cpp:46
VOID SetTextMessageCallback(PVOID Handler)
Set the function callback that will be called if any message needs to be shown.
Definition messaging.cpp:33