WYRDTEK Home Features Reference Downloads About


Reference/es_sdm_getsd

Syntax

int es_sdm_getsd( struct es_sdm *mgr,
                  const char *name,
                  struct es_sd **res );

Arguments

struct es_sdm *mgr String dictionary manager.
const char *name Name of string dictionary to be retrieved.
struct es_sd **res Assigned result. Passed by reference.

Return Codes

ES_ERROR_NONE Success. No errors.
ES_ERROR_FAILTOFIND No string dictionary with associated name found.

Description

Retrieve string dictionary from string dictionary manager with associated name.

[Back To Reference] [Back To Reference/es_sdm]