windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupGetSourceFileLocationW

pub unsafe fn SetupGetSourceFileLocationW<P2>(
    infhandle: *const c_void,
    infcontext: Option<*const INFCONTEXT>,
    filename: P2,
    sourceid: *mut u32,
    returnbuffer: Option<&mut [u16]>,
    requiredsize: Option<*mut u32>,
) -> Result<()>
where P2: Param<PCWSTR>,