RpcRt4UuidCreateSequential Method

Creates a new UUID.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("RpcRt4.dll", SetLastError = true)]
public static Win32ErrorCode UuidCreateSequential(
	ref Guid refGuid
)

Parameters

refGuid  Guid
Returns a pointer to the created UUID.

Return Value

Win32ErrorCode
ERROR_SUCCESS: The call succeeded.

RPC_S_UUID_LOCAL_ONLY: The UUID is guaranteed to be unique to this computer only.

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

Remarks

See Also