Jump to content

PRTSW: Difference between revisions

From EDM2
Created page with "Information about BIDI capabilities of the printer. ==Example Code== <PRE> typedef struct _PRTSW { ULONG flJob; Job control flags.: ULONG flDevice; /..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Information about BIDI capabilities of the printer.  
Information about BIDI capabilities of the printer.


==Example Code==
<PRE>
<PRE>
typedef struct _PRTSW {
typedef struct _PRTSW {
   ULONG    flJob;    /* Job control flags. */
   ULONG    flJob;    /* Job control flags. */
   ULONG    flDevice;  /* Printer device flags. */
   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;