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; /..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Information about BIDI capabilities of the printer. | Information about BIDI capabilities of the printer. | ||
<PRE> | <PRE> | ||
typedef struct _PRTSW { | typedef struct _PRTSW { | ||
ULONG flJob; /* | ULONG flJob; /* Job control flags. */ | ||
ULONG flDevice; /* | ULONG flDevice; /* Printer device flags. */ | ||
} PRTSW; | } PRTSW; | ||
Latest revision as of 13:03, 19 July 2020
Information about BIDI capabilities of the printer.
typedef struct _PRTSW { ULONG flJob; /* Job control flags. */ ULONG flDevice; /* Printer device flags. */ } PRTSW; typedef PRTSW *PPRTSW;