SDL_GUIDToString

Get an ASCII string representation for a given SDL_GUID.

extern (C) nothrow @nogc extern
void
SDL_GUIDToString

Parameters

guid SDL_GUID

the SDL_GUID you wish to convert to string.

pszGUID char*

buffer in which to write the ASCII string.

cbGUID int

the size of pszGUID, should be at least 33 bytes.

See Also

Meta