Compartilhar via


DkmSHA1HashValue(Int32, Int32, Int32, Int32, Int32) Constructor

Definition

Initialize a new DkmSHA1HashValue value.

public:
 DkmSHA1HashValue(int Value0, int Value1, int Value2, int Value3, int Value4);
public:
 DkmSHA1HashValue(int Value0, int Value1, int Value2, int Value3, int Value4);
 DkmSHA1HashValue(int Value0, int Value1, int Value2, int Value3, int Value4);
public DkmSHA1HashValue (int Value0, int Value1, int Value2, int Value3, int Value4);
new Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue : int * int * int * int * int -> Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue
Public Sub New (Value0 As Integer, Value1 As Integer, Value2 As Integer, Value3 As Integer, Value4 As Integer)

Parameters

Value0
Int32

[In] First 32-bits of the calculated hash.

Value1
Int32

[In] Second 32-bits of the calculated hash.

Value2
Int32

[In] Third 32-bits of the calculated hash.

Value3
Int32

[In] Forth 32-bits of the calculated hash.

Value4
Int32

[In] Fifth 32-bits of the calculated hash.

Applies to