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 | ||||||||
|
||||||||
See Also | ||||||||
ProNotificationSet |