2.9.211 PrDrvr

The PrDrvr structure specifies printer driver information. It contains four null-terminated strings of ANSI characters that specify the printer name, the port, the driver, and the product name of the printer.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

szPrinter (variable)

...

szPrPort (variable)

...

szPrDriver (variable)

...

szTruePrnName (variable)

...

szPrinter (variable): A null-terminated string of ANSI characters that specifies the printer name that is used by the computer or the network.

szPrPort (variable): A null-terminated string of ANSI characters that specifies the printer port.

szPrDriver (variable): A null-terminated string of ANSI characters that specifies the printer driver.

szTruePrnName (variable): A null-terminated string of ANSI characters that specifies the product name from the printer manufacturer.