WYRDTEK Home Features Reference Downloads About


Reference/es_sdm_load

Syntax

int es_sdm_load( struct es_sdm *mgr, struct es_mbio *io );

Arguments

struct es_sdm *mgr String dictionary manager to be loaded.
struct es_mbio *io Handle to user-supplied read function.

Return Codes

ES_ERROR_NONE Success. No errors.
ES_ERROR_FAILTOLOAD Failed to load. Check errno for any system errors.

Description

Read and de-serialize string dictionary manager using user-provided "read" function. See es_mb_load() for description of io parameter.

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