WYRDTEK Home Features Reference Downloads About


Reference/es_sdm_getsdc

Syntax

int es_sdm_getsdc( struct es_sdm *mgr,
                   const char *name,
                   struct es_sdc **res );

Arguments

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

Return Codes

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

Description

Retrieve compressed string dictionary from string dictionary manager with associated name. Must have been first constructed from a string dictionary via es_sdm_newsdc().

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