Programming Guide



sm_free_bundle

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.

Returns

Description

sm_free_bundle destroys the specified send bundle and frees the memory allocated for it.

See Also

sm_create_bundle