home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / XDLGBOX.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  386 b   |  28 lines

  1. #define XDLGBOX_OPH
  2.  
  3. #ifndef DLGBOX_OPH
  4. #include <sdk\dlgbox>
  5. #endif
  6.  
  7. /* Property of atsdial */
  8.  
  9. STRUCT PRS_ATSDIAL
  10.     owner%
  11.     main%
  12.     buts%
  13.     filter%
  14.     filmethod%
  15.     chlist%
  16.     pid%
  17.     ret%
  18.     locked%
  19. ENDS
  20.  
  21. STRUCT PR_ATSDIAL
  22.     root#(SIZEOF(PRS_ROOT))
  23.     win#(SIZEOF(PRS_WIN))
  24.     dlgchain#(SIZEOF(PRS_DLGCHAIN))
  25.     dlgbox#(SIZEOF(PRS_DLGBOX))
  26.     atsdial#(SIZEOF(PRS_ATSDIAL))
  27. ENDS
  28.