hwndParent (HWND) - input

      Owner- and parent-window handle of the created menu window.

      If this is HWND_OBJECT or a window handle returned by the WinQueryObjectWindow call, the menu window is created as an object window.

      HWND_DESKTOP

        The desktop window
      HWND_OBJECT
        Object window
      Other
        Specified window.

      lpmt (PVOID) - input

        Menu template in binary format.

      hwndMenu (HWND) - returns

        Menu-window handle.


      [Back] [Next]