Convert a GUID string into a SDL_GUID structure.
Defined in SDL_guid.h
const char *pchGUID); SDL_GUID SDL_GUIDFromString(
const char * | pchGUID | string containing an ASCII representation of a GUID. |
(SDL_GUID) Returns a SDL_GUID structure.
Performs no error checking. If this function is given a string containing an invalid GUID, the function will silently succeed, but the GUID generated will not be useful.
This function is available since SDL 2.24.0.