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 | ||||||||
#include <ProFeature.h> | ||||||||
ProError | (*ProFeatureDeletePreAction) | ( | ||||||
ProFeature* del_feat | ||||||||
/* (In) | ||||||||
The handle of the feature about to be deleted | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProNotificationSet |