SDL_GUIDToString - Man Page
Get an ASCII string representation for a given SDL_GUID.
Synopsis
#include <SDL3/SDL_guid.h> void SDL_GUIDToString(SDL_GUID guid, char *pszGUID, int cbGUID);
Function Parameters
- guid
the SDL_GUID you wish to convert to string.
- pszGUID
buffer in which to write the ASCII string.
- cbGUID
the size of pszGUID, should be at least 33 bytes.
Thread Safety
It is safe to call this function from any thread.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_GetGamepadGUIDForID(3), SDL_GetJoystickGUID(3), SDL_GetJoystickGUIDForID(3), SDL_StringToGUID(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS