Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::INFCONTEXT
#[repr(C)]pub struct INFCONTEXT {
pub Inf: *mut c_void,
pub CurrentInf: *mut c_void,
pub Section: u32,
pub Line: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields§
§Inf: *mut c_void
§CurrentInf: *mut c_void
§Section: u32
§Line: u32