int CCFXStringSet::GetIndexForString(LPCSTR lpszString)
Does a case insensitive search for the passed string.
If the string is found, its index within the string set is returned. If it is not found, the constant CFX_STRING_NOT_FOUND is returned.
lpszString
String to search for.
|