AppUpdater.Delta.NativeMethods.GetDeltaSignatureB C# (CSharp) Метод

GetDeltaSignatureB() приватный Метод

private GetDeltaSignatureB ( long FileTypeSet, uint HashAlgId, DELTA_INPUT Source, [ lpHash ) : bool
FileTypeSet long
HashAlgId uint
Source DELTA_INPUT
lpHash [
Результат bool
        public static extern bool GetDeltaSignatureB(long FileTypeSet, uint HashAlgId, DELTA_INPUT Source, [OutAttribute()] out DELTA_HASH lpHash);