[][src]Function winapi::um::setupapi::SetupInstallFromInfSectionA

pub unsafe extern "system" fn SetupInstallFromInfSectionA(
    Owner: HWND,
    InfHandle: HINF,
    SectionName: PCSTR,
    Flags: UINT,
    RelativeKeyRoot: HKEY,
    SourceRootPath: PCSTR,
    CopyFlags: UINT,
    MsgHandler: PSP_FILE_CALLBACK_A,
    Context: PVOID,
    DeviceInfoSet: HDEVINFO,
    DeviceInfoData: PSP_DEVINFO_DATA
) -> BOOL