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