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

19 lines
410 B
ReStructuredText

========================
_plugin_menuaddseparator
========================
This function adds a new child menu to a menu.
::
bool _plugin_menuaddseparator(
int hMenu //menu handle to add the separator to
);
Parameters
----------
:hMenu: Menu handle from a previously-added child menu or from the main plugin menu.
Return Values
-------------
Returns `true` on success.