IOmenueCheckEntry

Top  Previous  Next

Check hooks in menu change.

In menus there can be entries which have a check hook before it to show that they are active. With this function lets itself a hook

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

dialogId (int) [IN]

Unequivocal number of the window, menu or tool bar.

item (char *) [IN]

Entry in the window, menu or tool bar.

value (int) [IN]

Gives the state, TRUE means hook is inserted, FALSE means hook it is removed, if available.

menueart (int) [IN]

menueart gives whether it concerns a menu (1), Popup (2) or tool bar (3).

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOmenueCheckEntry (

PIOPIPES pipes,

int dialogId,

char * item,

int value,

int menueart

);