windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupLogFileA

pub unsafe fn SetupLogFileA<P1, P2, P3, P5, P6, P7>(
    fileloghandle: *const c_void,
    logsectionname: P1,
    sourcefilename: P2,
    targetfilename: P3,
    checksum: u32,
    disktagfile: P5,
    diskdescription: P6,
    otherinfo: P7,
    flags: u32,
) -> Result<()>
where P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>, P5: Param<PCSTR>, P6: Param<PCSTR>, P7: Param<PCSTR>,