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.
Functions
-
sdlGuidToString(
SdlGuid guid, Pointer< guidInt8> pszGuid, int cbGuid) → void - Get an ASCII string representation for a given SDL_GUID.
-
sdlStringToGuid(
String? pchGuid) → SdlGuid guid - Convert a GUID string into a SDL_GUID structure.