WYRDTEK Home Features Reference Downloads About


Reference/es_sdm_save

Syntax

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

Arguments

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

Return Codes

ES_ERROR_NONE Success. No errors.
ES_ERROR_FAILTOSAVE Failed to save. Check errno for any system errors.

Description

Serialize string dictionary manager into a binary stream and pass to user-provided "write" function. See es_mb_save() for description of io parameter.

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