PM_Q_STD performs in the following manner:
- Opens a DC for the hardcopy device by using DevOpenDC
and enables it as an OD_DIRECT device
- Calls DevEscape with DEVESC_STARTDOC
- Writes data, which is in metafile format, by
using GpiPlayMetafile
- Calls DevEscape with DEVESC_ENDDOC
- Closes hardcopy device DC by using DevCloseDC
[Back: Queue Driver Printing Methods]
[Next: PM_Q_RAW]