Firelight Technologies FMOD Studio API
Parses an ID (a 128-bit GUID) from a string.
FMOD_RESULT Studio::parseID(
const char *idString,
FMOD_GUID *id
);
FMOD_RESULT FMOD_Studio_ParseID(
const char *idString,
FMOD_GUID *id
);
idString
The string representation of the ID.
id
Address of a variable to receive the parsed ID.
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
This function expects a string representation of a GUID in the following exact format: "{9d348364-8145-4724-b337-5bc9b2afe60f}".
Version 1.03.06 Built on Apr 17, 2014