Back to X64dbg

PLUG_CB_MENUENTRY

docs/developers/plugins/Callbacks/plugcbmenuentry.rst

2026.04.20215 B
Original Source

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;
};