Category Features, Object ProFeature

Callback ProFeatureRedefinePreAction


Description
This is the notification function called before redefinition of a feature.

This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_REDEFINE_PRE.

Synopsis
#include <ProFeature.h>
ProError(*ProFeatureRedefinePreAction)(
ProFeature* p_feature
/* (In)
The feature to be redefined
*/
)
Returns
PRO_TK_NO_ERRORThe feature can be redefined. Proceed.
OtherAn error was encountered. The regeneration action is aborted for all features.
See Also
ProNotificationSet

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events