/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/API/menuseticon.rst
19 строк
450 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
_plugin_menuseticon =================== This function sets an icon to a menu. :: void _plugin_menuseticon( int hMenu, //handle of the menu const ICONDATA* icon //icon data ); Parameters ---------- :hMenu: Menu handle from a previously-added child menu or from the main plugin menu. :icon: Icon data. See bridgemain.h for a definition. Return Values ------------- This function does not return a value.