[ Maverik Level 3 functions ]


mav_SMSCallbackDeleteExec

Summary

Execute SMS delete callback.


Syntax

int mav_SMSCallbackDeleteExec(MAV_SMS *s, int o);


Description

This function calls the SMS "delete" callback function registered by mav_SMSCallbackDeleteSet. o controls whether the objects contained in the SMS should also be deleted (o = MAV_TRUE for deletion, o = MAV_FALSE for no deletion).


See also

mav_SMSCallbackDeleteSet.


Back to the index page.