Programming Guide |
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.
- 0 Success.
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.