home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / DIALOG.PAK / MODAL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  471 b   |  14 lines

  1. // Dialog box procedures must be exported in 16-bit applications for Windows.
  2. #ifdef WIN16
  3. LRESULT CALLBACK __export Modal(HWND, UINT, WPARAM, LPARAM);
  4. #else
  5. LRESULT CALLBACK Modal(HWND, UINT, WPARAM, LPARAM);
  6. #endif
  7.  
  8. #define IDD_MODALDIALOG             100
  9. #define IDD_STUDENTS                101
  10. #define IDD_NAME                    104
  11. #define IDD_TITLE                   106
  12. #define IDD_PHONE                   108
  13. #define IDD_INCLUDEBOYS             109
  14.