IOdeleteTempItemsFromMenu

Top  Previous  Next

Extinguishing of a menu entry.

With the function IOaddItemToMenu if 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.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOdeleteTempItemsFromMenu (

PIOPIPES pipes,

int art,

ULONG windowID

);

Related functions

IOdeleteItemFromMenu