#pragma section-numbers off #pragma camelcase off || DRAFT|| ##*^*^*^*^*See http://wiki.libsdl.org/moin.cgi/SGFunctions for details on editing this page*^*^*^*^* = SDL_JoystickGetGUIDFromString = Use this function to convert a GUID string into a SDL_JoystickGUID structure. <> == Syntax == {{{#!highlight cpp SDL_JoystickGUID SDL_JoystickGetGUIDFromString(const char* pchGUID) }}} == Function Parameters == ||'''pchGUID'''||string containing an ASCII representation of a GUID|| == Return Value == Returns a SDL_JoystickGUID structure. == Code Examples == {{{#!highlight cpp You can add your code example here }}} ##Leave this section as-is unless you have a code example to put in. In that case, replace You can add your code example here with your code example following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. == Remarks == 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. == Related Functions == .[[SDL_JoystickGetGUIDString]] ---- [[CategoryAPI]], [[CategoryJoystick]]