AppUpdater.Delta.NativeMethods.GetDeltaSignatureA C# (CSharp) Method

GetDeltaSignatureA() private method

private GetDeltaSignatureA ( long FileTypeSet, uint HashAlgId, [ lpSourceName, [ lpHash ) : bool
FileTypeSet long
HashAlgId uint
lpSourceName [
lpHash [
return bool
        public static extern bool GetDeltaSignatureA(long FileTypeSet, uint HashAlgId, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string lpSourceName, [OutAttribute()] out DELTA_HASH lpHash);