IOdeleteItemFromMenu |
Top Previous Next |
Extinguishing of a menu entry. With the function IOaddItemToMenu an entry is taken up in the menu. With this function it is removed again. Parametre pipes (PIOPIPES) [IN] The trading pipes gives the issue canal. art (int) [IN] Gives whether the entry is removed in the tool bar or in the menu line. windowID (ULONG) [IN] With windowID the receiver from whose tool bar or menu the entry is removed is described. text (char *) [IN] text gives the entry. Result --- Declaration #include "ausgabe.h"
void DLLENTRY IOdeleteItemFromMenu ( PIOPIPES pipes, int art, ULONG windowID, char * text ); Related functions
|