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
| (*ProParameterDeletePreAction) |
| ( /* (In) The parameter to be deleted */ ) |
Returns
| Proceed with parameter deletion. |
Other | Error encountered. Abort parameter deletion. |
See Also
ProNoticationSet
User Guide References