windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupQueryFileLogA

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