Group: Remote Procedure Call (RPC) - Library: rpcrt4
Generating sequential UUID values
RPC_STATUS RPC_ENTRY UuidCreateSequential(
UUID __RPC_FAR *Uuid
);
DECLARE INTEGER UuidCreateSequential IN Rpcrt4;
STRING @Uuid
Uuid Returns a pointer to the created UUID.
Returns RPC_S_OK (0) if the call succeeded.
For security reasons, UuidCreate was modified so that it no longer uses a machine"s MAC address to generate UUIDs.
UuidCreateSequential was introduced to allow creation of UUIDs using the MAC address of a machine"s Ethernet card.
See also: UuidCreate, UuidCreateNil, UuidCompare, CoCreateGuid.