SemysOptFind |
01 | Searches a SemysOptions structure for the index of a specific option by its name. |
02 |
int32 SemysOptFind(SemysOptions const *pOptions, char const *opt); |
03 |
Parameters:
|
04 | Return Values: The 0 based index of the found OptionEntry or -1 if the option was not found. |
05 | The OptionEntry is searched by a case sensitive comparison. |
06 |
Reference: SemysOptions.h Implementation: Semys Library See Also: Options Sub-System, SemysOptions, SemysOptGetInt32() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |