A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



UuidCreate

The UuidCreate function creates a new UUID.

VB4-32,5,6
Declare Function UuidCreate Lib "rpcrt4" (lpUUID As UUID) As Long

VB.NET
System.Guid

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
Rpcrt4

Parameter Information
- Uuid
Returns a pointer to the created UUID.

Return Values
RPC_S_OK
Success

RPC_S_UUID_NO_ADDRESS
Cannot get Ethernet or token-ring hardware address for this computer

Last update: 07 April 2006