Get an ASCII string representation for a given SDL_GUID.
Defined in <SDL3/SDL_guid.h>
void SDL_GUIDToString(SDL_GUID guid, char *pszGUID, int cbGUID);
SDL_GUID | guid | the SDL_GUID you wish to convert to string. |
char * | pszGUID | buffer in which to write the ASCII string. |
int | cbGUID | the size of pszGUID, should be at least 33 bytes. |
This function is available since SDL 3.1.3.