x64dbg/docs/developers/plugins/Callbacks/plugcbmenuentry.rst
2025-07-04 01:32:42 +02:00

10 lines
216 B
ReStructuredText

PLUG_CB_MENUENTRY
=================
Called when a menu entry created by the plugin has been clicked, the GUI will resume when this callback returns:
::
struct PLUG_CB_MENUENTRY
{
int hEntry;
};