windows::Win32::System::ApplicationInstallationAndServicing

Function CreateDeltaA

pub unsafe fn CreateDeltaA<P3, P4, P5, P6, P10>(
    filetypeset: i64,
    setflags: i64,
    resetflags: i64,
    lpsourcename: P3,
    lptargetname: P4,
    lpsourceoptionsname: P5,
    lptargetoptionsname: P6,
    globaloptions: DELTA_INPUT,
    lptargetfiletime: Option<*const FILETIME>,
    hashalgid: ALG_ID,
    lpdeltaname: P10,
) -> BOOL
where P3: Param<PCSTR>, P4: Param<PCSTR>, P5: Param<PCSTR>, P6: Param<PCSTR>, P10: Param<PCSTR>,