/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/API/menuadd.rst
23 строки
500 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
=============== _plugin_menuadd =============== This function adds a new child menu to a menu. :: int _plugin_menuadd( int hMenu, //menu handle to add the new child menu to const char* title //child menu title ); ---------- Parameters ---------- :hMenu: Menu handle from a previously-added child menu or from the main plugin menu. :title: Menu title. ------------- Return Values ------------- Returns the child menu handle (unique), -1 on failure.