[<<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"

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson