EDCS Reference Manual
Functions EDCS GetECDictionaryEntry |
---|
extern EDCS_Status_Code | |||||
EDCS_GetECDictionaryEntry | |||||
( | |||||
const | EDCS_Classification_Code | ec_code_in, | 1 | ||
const | EDCS_Classification_Dictionary_Entry | * | * | result_out_ptr | 2 |
); |
Retrieves dictionary information for the given EC.
EDCS_SC_SUCCESS | and *result_out_ptr is set appropriately, if valid parameters were passed in. |
EDCS_SC_NULL_REQUIRED_PARAMETER | and no changes are made, if any parameter is NULL. |
EDCS_SC_INVALID_INPUT_CODE | and no changes are made, if ec_code_in does not correspond to a valid EC. |
1 The EC code for which information is requested
2 pointer to a variable in the user's memory into which a handle to the requested dictionary entry will be copied
Prev: EDCS_GetEADictionaryEntry.
Next: EDCS_GetEEDictionaryEntry.
Up:Index.
|