Luid Constructor

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the Luid structure.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public Luid(
	int lowPart,
	int highPart
)
Visual Basic
Public Sub New ( 
	lowPart As Integer,
	highPart As Integer
)
Visual C++
public:
Luid(
	int lowPart, 
	int highPart
)
F#
new : 
        lowPart : int * 
        highPart : int -> Luid

Parameters

lowPart
Type: System..::..Int32
The low part.
highPart
Type: System..::..Int32
The high part.

See Also