Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>hmenu pascal loadpopupmenu(word hmodule, word idmenu, hwnd hparent)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HMENU pascal LoadPopupMenu(WORD hModule, WORD idMenu, HWND hParent)

  This function loads the specified popup menu from a resource file
and attaches it to a window.

Parameters
  hModule is the handle of the open resource file. It should be NULL
   if the resource file has been appended to the application's EXE file.
  idMenu is the identifier of the menu.
  hParent is the handle of the window which we will attach the popup to.

Returns
  The handle of the popup menu if it was loaded successfully, and
NULLHWND if the popup was not loaded.

!seelaso: v31chang.ngo:"Load"

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson