Structure for setting printer mode. See GreEscape DEVESC_SETMODE This data structure is a more general version of the of the ESCSETMODE data structure.

typedef struct _ESCMODE {
  ULONG     mode;         /*  Mode. */
  BYTE      modedata[1];  /*  Mode data. */
} ESCMODE;

typedef   ESCMODE   * PESCMODE ;


[Back] [Next]