SDL_StringToGUID - Man Page
Name
SDL_StringToGUID ā Convert a GUID string into a SDL_GUID
structure.
Header File
Defined in SDL3/SDL_guid.h
Synopsis
#include "SDL3/SDL.h" SDL_GUID SDL_StringToGUID(const char *pchGUID);
Description
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.
Function Parameters
- pchGUID
string containing an ASCII representation of a GUID.
Return Value
( SDL_GUID ) Returns a SDL_GUID
structure.
Availability
This function is available since SDL 3.2.0.
See Also
Ā·(3), SDL_GUIDToString(3)
Referenced By
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS