Share via


DkmMD5HashValue(Int32, Int32, Int32, Int32) Constructor

Definition

Initialize a new DkmMD5HashValue value.

public:
 DkmMD5HashValue(int Value0, int Value1, int Value2, int Value3);
public:
 DkmMD5HashValue(int Value0, int Value1, int Value2, int Value3);
 DkmMD5HashValue(int Value0, int Value1, int Value2, int Value3);
public DkmMD5HashValue (int Value0, int Value1, int Value2, int Value3);
new Microsoft.VisualStudio.Debugger.Symbols.DkmMD5HashValue : int * int * int * int -> Microsoft.VisualStudio.Debugger.Symbols.DkmMD5HashValue
Public Sub New (Value0 As Integer, Value1 As Integer, Value2 As Integer, Value3 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.

Applies to