windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupQueryFileLogW

pub unsafe fn SetupQueryFileLogW<P1, P2>(
    fileloghandle: *const c_void,
    logsectionname: P1,
    targetfilename: P2,
    desiredinfo: SetupFileLogInfo,
    dataout: Option<&mut [u16]>,
    requiredsize: Option<*mut u32>,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,