PM_Q_RAW 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 the data using DevEscape with DEVESC_RAWDATA
- Calls DevEscape with DEVESC_ENDDOC
- Closes hardcopy device DC by using DevCloseDC
[Back: PM_Q_STD]
[Next: User Data Types]