Desktop Functions: Smart Device Functions:
|
Search Results for "DRIVER_INFO_2" in [All]winspool
public struct DRIVER_INFO_2 private DRIVER_INFO_2[] GetInstalledPrinterDrivers()
DRIVER_INFO_2[] printerInfo2 = new DRIVER_INFO_2[cReturned];
Type type = typeof(DRIVER_INFO_2);
printerInfo2[i] = (DRIVER_INFO_2)Marshal.PtrToStructure(new IntPtr(offset), type); |