PRTSW: Difference between revisions
Appearance
Created page with "Information about BIDI capabilities of the printer. ==Example Code== <PRE> typedef struct _PRTSW { ULONG flJob; →Job control flags.: ULONG flDevice; /..." |
(No difference)
|
Revision as of 17:51, 8 February 2020
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;