Jump to content

PRTSW

From EDM2
Revision as of 18:51, 8 February 2020 by Martini (talk | contribs) (Created page with "Information about BIDI capabilities of the printer. ==Example Code== <PRE> typedef struct _PRTSW { ULONG flJob; Job control flags.: ULONG flDevice; /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Information about BIDI capabilities of the printer.

Example Code


typedef struct _PRTSW {
  ULONG     flJob;     /*  Job control flags. */
  ULONG     flDevice;  /*  Printer device flags. */
} PRTSW;

typedef PRTSW *PPRTSW;