Callback ProFeatureDeletePreAction
Description
This is the notification function called before a feature is deleted.
This function is to be supplied by the user by calling
ProNotificationSet() with the notify type
PRO_FEATURE_DELETE_PRE.Synopsis
| (*ProFeatureDeletePreAction) |
| ( /* (In) The handle of the feature about to be deleted */ ) |
Returns
| The feature can be deleted. Proceed. |
Other | An error was encountered. The deletion action is aborted for all features. |
See Also
User Guide References
Parent topic