Programming Guide



sm_append_bundle_done

Optimizes memory allocated for a send bundle

int sm_append_bundle_done(char *bundle_name);

bundle_name
The name of the bundle. Supply NULL or empty string to specify the unnamed bundle.

Returns

Description

sm_append_bundle_done optimizes the memory allocated for a send bundle. Call this function after you finish appending items and data to a bundle.

See Also

sm_append_bundle_data