PRINTER_INFO_4A

Type Alias PRINTER_INFO_4A 

Source
pub type PRINTER_INFO_4A = _PRINTER_INFO_4A;

Aliased Type§

#[repr(C)]
pub struct PRINTER_INFO_4A { pub pPrinterName: *mut i8, pub pServerName: *mut i8, pub Attributes: u32, }

Fields§

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