windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupLogFileW

pub unsafe fn SetupLogFileW<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<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P5: Param<PCWSTR>, P6: Param<PCWSTR>, P7: Param<PCWSTR>,