Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section describes the structures that are used with the MXDC_ESCAPE function and the Microsoft XPS Document Converter (MXDC).
In this section
Structure | Description |
---|---|
MXDC_ESCAPE_HEADER_T |
The MXDC_ESCAPE_HEADER_T structure holds the operation code for a call to ExtEscape with MXDC_ESCAPE as the nEscape parameter. It also provides the sizes of the input and output buffers. |
MXDC_GET_FILENAME_DATA_T |
The MXDC_GET_FILENAME_DATA_T structure holds the full path and file name of a Microsoft XPS Document Converter (MXDC) output file. |
MXDC_PRINTTICKET_ESCAPE_T |
The MXDC_PRINTTICKET_ESCAPE_T structure is a MXDC_ESCAPE_HEADER_T structure concatenated with a MXDC_PRINTTICKET_DATA_T structure. |
MXDC_PRINTTICKET_DATA_T |
The MXDC_PRINTTICKET_DATA_T structure holds an XPS document print ticket, which contains printer and print job settings, to pass to the Microsoft XPS Document Converter (MXDC) output file without any processing. |
MXDC_S0PAGE_DATA_T |
The MXDC_S0PAGE_DATA_T structure holds an XPS document page to be passed to the Microsoft XPS Document Converter (MXDC) output file without any processing. |
MXDC_S0PAGE_PASSTHROUGH_ESCAPE_T |
The MXDC_S0PAGE_PASSTHROUGH_ESCAPE_T structure is an MXDC_ESCAPE_HEADER_T structure concatenated with an MXDC_S0PAGE_DATA_T structure. |
MXDC_S0PAGE_RESOURCE_ESCAPE_T |
The MXDC_S0PAGE_RESOURCE_ESCAPE_T structure is an MXDC_ESCAPE_HEADER_T structure concatenated with an MXDC_XPS_S0PAGE_RESOURCE_T structure. |
MXDC_XPS_S0PAGE_RESOURCE_T |
The MXDC_XPS_S0PAGE_RESOURCE_T structure holds information about a resource, such as an image or font, that is associated with an XPS document page, and is to be passed to the Microsoft XPS Document Converter (MXDC) output file. |