mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
19 lines
410 B
ReStructuredText
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.
|