home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / fractint / sources / smplhelp.h < prev    next >
Encoding:
Text File  |  1990-01-02  |  254 b   |  11 lines

  1. /*
  2.   Interface to Simple Help box
  3. */
  4.  
  5. VOID CALLBACK SimpleHelp (HAB hab, HWND hwndUser, PSZ achUser,
  6.               HMODULE hmodUser, USHORT idType, USHORT idName);
  7.  
  8. VOID CALLBACK SimpleHelpExit (void);
  9.  
  10. VOID CALLBACK SimpleHelpInit (HAB hab);
  11.