GuidStatic: FromMemory

FromMemory

Creates a Guid based on a 16-byte block of memory.



 Public Function FromMemory(
	  ByVal lpGuid As Long ) As Guid

Parameters

lpGuid
[ByVal] Long. A poiner to the memory location of the 16 bytes.

Return Values

Guid -  A new guid object.

Remarks

See Also

Project VBCorLib Overview Class GuidStatic Overview GuidStatic Properties GuidStatic Methods FromByteArray FromParts