hwndHelpInstance (HWND) - input

      Handle of an instance of the Help Manager.

      This is the handle returned by the WinCreateHelpInstance call.

    idHelpTable (ULONG) - input

      Identity of the help table.

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

    Module (HMODULE) - input

      Handle of the module which contains the help table and help subtable resources.

      NULLHANDLE

        Use the resources file for the application.
      Other
        The module handle returned by the DosLoadModule or DosQueryModuleHandle call referencing a dynamic-link library containing the help resources.

      rc (BOOL) - returns

        Success indicator.

        TRUE

          Successful completion
        FALSE
          Error occurred.


        [Back] [Next]