home *** CD-ROM | disk | FTP | other *** search
- #define PRINTING_OPH
-
- #ifndef DLGBOX_OPH
- #include <sdk\dlgbox>
- #endif
-
- /* AC: this commented out and
- hard-coded to save memory */
-
- /*#ifndef PAGES_OPH
- #include <sdk\pages>
- #endif*/
-
- /* Constants for printing */
-
- #define PR_WIN_WILL_SKIP 0x4000
-
- /* Types for printing */
-
- STRUCT RBUF_PRINTING
- /* calls#(SIZEOF(PAGES_CALLS))*/
- calls#(8)
- ppages%
- ENDS
-
- /* Property of printing */
-
- STRUCT PRS_PRINTING
- pages%
- ENDS
-
- STRUCT PR_PRINTING
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- dlgbox#(SIZEOF(PRS_DLGBOX))
- printing#(SIZEOF(PRS_PRINTING))
- ENDS
-