Type Alias PRINTER_INFO_4

Source
pub type PRINTER_INFO_4 = PRINTER_INFO_4A;

Aliased Type§

struct PRINTER_INFO_4 {
    pub pPrinterName: *mut i8,
    pub pServerName: *mut i8,
    pub Attributes: u32,
}

Fields§

§pPrinterName: *mut i8§pServerName: *mut i8§Attributes: u32