Jump to content

ESCMODE: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 April 2025

  • curprev 19:1319:13, 25 April 2025 Martini talk contribs 413 bytes +413 Created page with "Structure for setting printer mode. See GreEscape DEVESC_SETMODE This data structure is a more general version of the of the ESCSETMODEdata structure. == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _ESCMODE { ULONG mode; Mode.: BYTE modedata[1]; Mode data.: } ESCMODE; typedef ESCMODE * PESCMODE ; </pre> Category:Data type"