.
public struct PRINTER_INFO_2
.
Private Structure PRINTER_INFO_2
.
.
Used by the EnumPrinters call in Winspool.
9/13/2013 2:04:16 AM - -193.109.238.134
Contains information about the initialization and environment of a printer or a display device.
1/19/2017 5:13:27 AM - tonyedgecombe-82.69.13.77
.
Used by the EnumPrinters call in Winspool.
9/13/2013 2:04:16 AM - -193.109.238.134
.
Used by the EnumPrinters function in Winspool.
9/18/2014 9:25:10 PM - -65.89.124.19
Used by the EnumPrinters call in Winspool.
9/13/2013 2:04:16 AM - -193.109.238.134
.
PRINTER_INFO_2
Used by the EnumPrinters call in Winspool.
9/13/2013 2:04:16 AM - -193.109.238.134
.
public static PRINTER_INFO_2[] enumPrinters(PrinterEnumFlags Flags)
.
PRINTER_INFO_2[] printerInfo2 = new PRINTER_INFO_2[cReturned];
.
Type type = typeof(PRINTER_INFO_2);
.
printerInfo2[i] = (PRINTER_INFO_2)Marshal.PtrToStructure(new IntPtr(offset), type);