Firelight Technologies FMOD Studio API
Retrieves the path of the bank.
FMOD_RESULT Studio::Bank::getPath(
char *path,
int size,
int *retrieved
);
FMOD_RESULT FMOD_Studio_Bank_GetPath(
FMOD_STUDIO_BANK *bank,
char *path,
int size,
int *retrieved
);
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 will return FMOD_ERR_EVENT_NOTFOUND unless string data for the requested bank is loaded (by loading the "Master Bank.strings.bank" file).
If the retrieved path is too long to fit in the supplied buffer, it will be truncated and this function will return FMOD_ERR_TRUNCATED. Use the retrieved parameter to obtain the minimum buffer size required to hold the full path.
Version 1.03.06 Built on Apr 17, 2014