Go to the source code of this file.
Defines |
| #define | ASX32_API |
Functions |
| ASX32_API int | ASXSTRING_EnumToString (const int nEnum, char *szString, const int nLength, int *pRequiredLength) |
| | Translate an ASX enum into a string.
|
| ASX32_API int | ASXSTRING_StringToEnum (const char *szString, int *pnEnum) |
| | Translate a string into an ASX enum.
|
Define Documentation
Function Documentation
| ASX32_API int ASXSTRING_EnumToString |
( |
const int |
nEnum, |
|
|
char * |
szString, |
|
|
const int |
nLength, |
|
|
int * |
pRequiredLength |
|
) |
| |
| ASX32_API int ASXSTRING_StringToEnum |
( |
const char * |
szString, |
|
|
int * |
pnEnum |
|
) |
| |
Translate a string into an ASX enum.
- Parameters:
-
| szString | The string to look up in enum list. |
| pnEnum | The enum value returned. |
- Returns:
- Returns 0 on success.