RpcRt4UuidCreateSequential Method
Creates a new UUID.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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
)
<DllImportAttribute("RpcRt4.dll", SetLastError := true>]
Public Shared Function UuidCreateSequential (
ByRef refGuid As Guid
) As Win32ErrorCode
Dim refGuid As Guid
Dim returnValue As Win32ErrorCode
returnValue = RpcRt4.UuidCreateSequential(refGuid)
public:
[DllImportAttribute(L"RpcRt4.dll", SetLastError = true)]
static Win32ErrorCode UuidCreateSequential(
Guid% refGuid
)
[<DllImportAttribute("RpcRt4.dll", SetLastError = true)>]
static member UuidCreateSequential :
refGuid : Guid byref -> Win32ErrorCode
No code example is currently available or this language may not be supported.
- refGuid Guid
-
Returns a pointer to the created UUID.
Win32ErrorCodeERROR_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.