home *** CD-ROM | disk | FTP | other *** search
- #define OPRINTER_OPH
-
- #ifndef XPRINTER_OPH
- #include <sdk\xprinter>
- #endif
-
- /* AC: Not enough memory to include this */
- /*#ifndef HELP_OPH
- #include <sdk\help>
- #endif*/
-
- /* Types for oprinter */
-
- STRUCT OPRINT_REC
- style%
- blen%
- buf%
- ENDS
-
- /* Property of oprinter */
-
- STRUCT PRS_OPRINTER
- nrecs%
- first%
- index%
- current%
- comman_changed%
- old_comman%
- ENDS
-
- STRUCT PR_OPRINTER
- root#(SIZEOF(PRS_ROOT))
- lprinter#(SIZEOF(PRS_LPRINTER))
- xprinter#(SIZEOF(PRS_XPRINTER))
- oprinter#(SIZEOF(PRS_OPRINTER))
- ENDS
-
- /* Property of ohelpdlg */
-
- /* AC: Not enough memory to include this */
-
- /*
- STRUCT PR_OHELPDLG
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- helpdlg#(SIZEOF(PRS_HELPDLG))
- ENDS
- */
-