Does anyone know how to get a list of the Printers and drivers etc, using PrtDevNames?
I'm using types:
All I obtain from this is:
MTIA
Max Hugen
Australia
I'm using types:
Code:
Type str_DEVNAMES
RGB As String * 4
End Type
Type type_DEVNAMES
intDriverOffset As Integer
intDeviceOffset As Integer
intOutputOffset As Integer
intDefault As Integer
End Type
All I obtain from this is:
Code:
DriverOffset=8
DeviceOffset=18
OutputOffset=39
intDefault=0
MTIA
Max Hugen
Australia