windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupGetInfDriverStoreLocationW

pub unsafe fn SetupGetInfDriverStoreLocationW<P0, P2>(
    filename: P0,
    alternateplatforminfo: Option<*const SP_ALTPLATFORM_INFO_V2>,
    localename: P2,
    returnbuffer: &mut [u16],
    requiredsize: Option<*mut u32>,
) -> Result<()>
where P0: Param<PCWSTR>, P2: Param<PCWSTR>,