API Documentation > Parameters and relations > Object ProParameter > Callback ProParameterDeletePreAction
Callback ProParameterDeletePreAction
Description
This is the notification function called before a parameter is deleted.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_PARAM_DELETE_PRE.
Synopsis
#include <ProParameter.h>
(*ProParameterDeletePreAction)
(
ProParameter* param_handle
/* (In)
The parameter to be deleted
*/
)
Returns
Proceed with parameter deletion.
Other
Error encountered. Abort parameter deletion.
See Also
ProNoticationSet
User Guide References
Was this helpful?