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

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

private GetDeltaSignatureW ( long FileTypeSet, uint HashAlgId, [ lpSourceName, [ lpHash ) : bool
FileTypeSet long
HashAlgId uint
lpSourceName [
lpHash [
Результат bool
        public static extern bool GetDeltaSignatureW(long FileTypeSet, uint HashAlgId, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPWStr)] string lpSourceName, [OutAttribute()] out DELTA_HASH lpHash);