home *** CD-ROM | disk | FTP | other *** search
- #ifndef WSDYL_OPH
-
- #define WSDYL_OPH
-
- #ifndef P_GRAF_OPH
- #include <p\graf>
- #endif
-
- #ifndef P_OBJECT_OPH
- #include <p\object>
- #endif
-
- STRUCT DYL_CALL
- obj#(SIZEOF(P_OBJECT))
- total#(SIZEOF(P_RECT))
- clip#(SIZEOF(P_RECT))
- workrect#(SIZEOF(P_RECT))
- /*
- The following three elements are grouped together to match the layout of
- the unpublished BM_DATA structure.
- */
- seg%
- addr%
- bytewid%
- trmode%
- x_offset%
- y_offset%
- work_space%
- user_handle%
- alt_offset%
- bitmap_segment%
- size#(SIZEOF(P_POINT))
- bitmap_addr%
- osdataseg%
- reply_addr%
- reply_len%
- ENDS
-
- #endif
-