SDL_GUIDToString - Man Page

Get an ASCII string representation for a given SDL_GUID .

Header File

Defined in SDL3/SDL_guid.h

Synopsis

#include "SDL3/SDL.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

·(3), SDL_StringToGUID(3)

Referenced By

SDL_GetGamepadGUIDForID(3), SDL_GetJoystickGUID(3), SDL_GetJoystickGUIDForID(3), SDL_StringToGUID(3).

SDL 3.2.8 Simple Directmedia Layer SDL3 FUNCTIONS