windows::Win32::Storage::Cabinets

Function FCIAddFile

pub unsafe fn FCIAddFile<P1, P2>(
    hfci: *const c_void,
    pszsourcefile: P1,
    pszfilename: P2,
    fexecute: bool,
    pfnfcignc: PFNFCIGETNEXTCABINET,
    pfnfcis: PFNFCISTATUS,
    pfnfcigoi: PFNFCIGETOPENINFO,
    typecompress: u16,
) -> BOOL
where P1: Param<PCSTR>, P2: Param<PCSTR>,