windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupFindFirstLineW

pub unsafe fn SetupFindFirstLineW<P1, P2>(
    infhandle: *const c_void,
    section: P1,
    key: P2,
    context: *mut INFCONTEXT,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,