/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/API/menuaddseparator.rst
19 строк
410 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
======================== _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.