UuidCreate
The UuidCreate
function creates a new UUID.
#include <rpc.h>
RPC_STATUS RPC_ENTRY UuidCreate(
UUID *
Uuid |
|
); |
|
Parameters
Uuid
Returns a
pointer to the created UUID.
Remarks
An
application calls the UuidCreate routine to create a new UUID.
Return Values
Value |
Meaning |
RPC_S_OK |
Success |
RPC_S_UUID_NO_ADDRESS |
Cannot get
Ethernet or token-ring hardware address for this computer |
See Also