EDCS Reference Manual
Functions EDCS GetLanguageCodeEntry |
---|
extern EDCS_Status_Code | |||||
EDCS_GetLanguageCodeEntry | |||||
( | |||||
const | EDCS_Character | language_code[], | 1 | ||
const | EDCS_ISO_639_Entry | * | * | result_out_ptr | 2 |
); |
Given a 2-character language code, retrieves information about that language code.
EDCS_SC_SUCCESS | and result_out_ptr is set to the appropriate value, if valid parameters were passed in. |
EDCS_SC_NULL_REQUIRED_PARAMETER | and *result_out_ptr is left unchanged, if language_code or result_out_ptr is NULL. |
EDCS_SC_OTHER_FAILURE | and *result_out_ptr is left unchanged, if language_code is not valid. |
1 the language_code for which information is being retrieved
2 a pointer to the EDCS_ISO_639_Entry variable into which a handle to the information will be placed
Prev: EDCS_GetImplVerInfo.
Next: EDCS_GetMinWidth.
Up:Index.
|