UuidFromString function
The UuidFromString function converts a string to a UUID.
Syntax
RPC_STATUS RPC_ENTRY UuidFromString( unsigned char __RPC_FAR *StringUuid, UUID __RPC_FAR *Uuid );
Parameters
- StringUuid
-
Pointer to a string representation of a UUID.
- Uuid
-
Returns a pointer to a UUID in binary form.
Return value
| Value | Meaning |
|---|---|
|
The call succeeded. |
|
The string UUID is invalid. |
Note For a list of valid error codes, see
RPC Return Values.
Remarks
An application calls the UuidFromString function to convert a string UUID to a binary UUID.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
UuidFromStringW (Unicode) and UuidFromStringA (ANSI) |
See also
Show: