SDL_StringToGUID

Convert a GUID string into a SDL_GUID structure.

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.

extern (C) nothrow @nogc extern
SDL_StringToGUID
(
const(char)* pchGUID
)

Parameters

pchGUID const(char)*

string containing an ASCII representation of a GUID.

Return Value

Type: SDL_GUID

A SDL_GUID.

See Also

Meta