hwndFrame (HWND) - input

      Owner- and parent-window handle.

      HWND_DESKTOP

        The desktop window
      HWND_OBJECT
        Object window
      Other
        Specified window.

      hmod (HMODULE) - input

        Resource identifier.

        NULLHANDLE

          The resource is in the .EXE file of the application.
        Other
          The module handle returned by the DosLoadModule or DosQueryModuleHandle call.

        idMenu (ULONG) - input

          Menu identifier within the resource file.

          It must be greater or equal to 0 and less or equal to 0xFFFF.

        hwndMenu (HWND) - returns

          Menu-window handle.


        [Back] [Next]