pub unsafe extern "system" fn SetupInstallFromInfSectionA(
owner: HWND,
infhandle: *const c_void,
sectionname: PCSTR,
flags: u32,
relativekeyroot: HKEY,
sourcerootpath: PCSTR,
copyflags: u32,
msghandler: PSP_FILE_CALLBACK_A,
context: *const c_void,
deviceinfoset: HDEVINFO,
deviceinfodata: *const SP_DEVINFO_DATA
) -> BOOL
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_Foundation"
, "Win32_System_Registry"