Description | |||||
This is the notification function called before creating a feature.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_CREATE_PRE. |
|||||
Synopsis | |||||
#include <ProFeature.h> | |||||
ProError | (*ProFeatureCreatePreAction) | ( | |||
ProFeature* p_feature | |||||
/* (In) | |||||
The new feature to be created | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |