plugsetup
This structure is used by the function that allows the creation of plugin menu entries:

struct PLUG_SETUPSTRUCT
{
    //data provided by the debugger to the plugin.
    [IN] HWND hwndDlg; //GUI window handle
    [IN] int hMenu; //plugin menu handle
};