home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fsrc1241.zip / arealistsettings.h < prev    next >
Text File  |  1995-08-16  |  290b  |  9 lines

  1. /* AREALISTSETTINGS.H */
  2.  
  3. typedef struct _ALSETTINGSPARAM {
  4.                  USHORT cb;
  5.                  PAREALISTOPTIONS pAreaListOptions;
  6.               } ALSETTINGSPARAM, *PALSETTINGSPARAM;
  7.  
  8. MRESULT EXPENTRY AreaListSettingsProc(HWND hwnd, ULONG message, MPARAM mp1, MPARAM mp2);
  9.