MXDC_GET_FILENAME_DATA_T structure
The MXDC_GET_FILENAME_DATA_T structure holds the full path and file name of a Microsoft XPS Document Converter (MXDC) output file.
Syntax
typedef struct _tagMxdcGetFileNameData {
ULONG cbOutput;
wchar_t wszData[1];
} MXDC_GET_FILENAME_DATA_T, *P_MXDC_GET_FILENAME_DATA_T;
Members
-
cbOutput
-
The size of the output buffer, wszData.
-
wszData
-
The fully qualified path and file name of the output file.
Remarks
This structure is returned by ExtEscape when it is called with the MXDC_ESCAPE escape and the MXDC_ESCAPE_HEADER_T structure that is passed in the lpszInData parameter has its opCode set to MXDCOP_GET_FILENAME.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|