guid topic

CategoryGUID

A GUID is a 128-bit value that represents something that is uniquely identifiable by this value: "globally unique."

SDL provides functions to convert a GUID to/from a string.

Classes

SdlGuid guid

Functions

sdlGuidToString(SdlGuid guid, Pointer<Int8> pszGuid, int cbGuid) → void guid
Get an ASCII string representation for a given SDL_GUID.
sdlStringToGuid(String? pchGuid) SdlGuid guid
Convert a GUID string into a SDL_GUID structure.