ESCSETMODE: Difference between revisions
Appearance
Created page with "Structure for setting printer mode. See DevEscape. This data structure is a specific-case version of the ESCMODE data structure, used to set the code page of a printer. ..." |
(No difference)
|
Revision as of 16:16, 27 December 2019
Structure for setting printer mode. See DevEscape.
This data structure is a specific-case version of the ESCMODE data structure, used to set the code page of a printer.
Type
typedef struct _ESCSETMODE { ULONG mode; /* Mode to be set. */ USHORT codepage; /* Code page. */ } ESCSETMODE;
C Declaration Method
typedef ESCSETMODE *PESCSETMODE;