Used to convert a string representing a P6UUID in the form "{00000000-0000-0000-0000-000000000000}" into an P6UUID.
All numbers in the string must be hex, for example "{03C3BEB7-811E-45fa-8092-0EF0A718BBD2}"
- Parameters
-
| pszUUID | [ in ] A pointer to a NULL terminated string representing the P6UUID to convert. |
| uuid | [ out ] A reference to a P6UUID in which to store the converted data. |
- Returns
| Success | P6R::eOk | The UUID was successfully converted and placed in uuid. |
| Failure | P6R::eInvalidArg | pszUUID is NULL. |
| P6R::eFormatError | The string pointed to by pszUUID is not in the correct format. |