UuidFromString function
Applies to: desktop apps only
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 |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | UuidFromStringW (Unicode) and UuidFromStringA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012