controlres (USHORT)

      Res number of the control that was selected.

      For author-defined push buttons, this is the res number that was specified with the push button tag (:pbutton.). For default push buttons, this is the res number defined in the PMHELP.H file.

    usReserve (USHORT)

      Reserved value, should be 0.

      Reserved for events other than CONTROL_SELECTED and HELP_REQUESTED.

    usevent (USHORT)

      The type of event which has occurred.

      CONTROL_SELECTED

        A control was selected.
      HELP_REQUESTED
        Help was requested.
      OPEN_COVERPAGE
        The coverpage is displayed.
      OPEN_PAGE
        The child window of the coverpage is opened.
      SWAP_PAGE
        The child window of the coverpage is swapped.
      OPEN_INDEX
        The index window is displayed.
      OPEN_TOC
        The table of contents window is displayed.
      OPEN_HISTORY
        The history window is displayed.
      OPEN_LIBRARY
        The new library is opened.
      OPEN_SEARCH_HIT_LIST
        The search list displayed.

      ulhwnd (ULONG)

        Window handle of relevant window.

      rc (BOOL)

        Return code.

        TRUE

          IPF will not format the controls and re-size the window.
        FALSE
          IPF will process as normal.


        [Back] [Next]