IOaddMenuToWindow

Top  Previous  Next

Menu add to the window.

With this function a menu can be added to the suitable window. After of this function a menu has generated in the window, the single entries can be added with the help of the function IOaddItemToMenu to the menu.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

art (int) [IN]

With art it is determined which kind it concerns. Menus and tool bars can be provided with it.

windowID (ULONG) [IN]

With windowID the window in which the menu should be generated is determined.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOaddMenuToItem (

PIOPIPES pipes,

int art,

ULONG windowID

);

Related functions

IOaddItemToMenu