Jump to content

ESCSETMODE

From EDM2
Revision as of 06:26, 21 February 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;

Fields

mode(ULONG)
Mode to be set.
codepage(USHORT)
:Code page.