Programming Guide |
Destroys a send bundle
int sm_free_bundle(char *bundle_name);
bundle_name
- The name of the bundle to destroy. Supply
NULL
or empty string to specify the unnamed bundle.
- 0 Success.
sm_free_bundle
destroys the specified send bundle and frees the memory allocated for it.