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

  1. #ifndef WSDYL_OPH
  2.  
  3. #define WSDYL_OPH
  4.  
  5. #ifndef P_GRAF_OPH
  6. #include <p\graf>
  7. #endif
  8.  
  9. #ifndef P_OBJECT_OPH
  10. #include <p\object>
  11. #endif
  12.  
  13. STRUCT DYL_CALL
  14.     obj#(SIZEOF(P_OBJECT))
  15.     total#(SIZEOF(P_RECT))
  16.     clip#(SIZEOF(P_RECT))
  17.     workrect#(SIZEOF(P_RECT))
  18. /*
  19. The following three elements are grouped together to match the layout of
  20. the unpublished BM_DATA structure.
  21. */
  22.     seg%
  23.     addr%
  24.     bytewid%
  25.     trmode%
  26.     x_offset%
  27.     y_offset%
  28.     work_space%
  29.     user_handle%
  30.     alt_offset%
  31.     bitmap_segment%
  32.     size#(SIZEOF(P_POINT))
  33.     bitmap_addr%
  34.     osdataseg%
  35.     reply_addr%
  36.     reply_len%
  37. ENDS
  38.  
  39. #endif
  40.