===== GetStringIndex ===== Obtains a string index from the given table by its name. ELITEAPI_API unsigned int __stdcall GetStringIndex(void* apiObject, const char* table, const char* name); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//table// [in] * The table to obtain the string from. *//name// [in] * The name of string to obtain the index of. **Return Value** The requested string.