Description | |||||
This is the notification function called upon a feature failure event.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_REGEN_FAILURE. |
|||||
Synopsis | |||||
#include <ProFeature.h> | |||||
ProError | (*ProFeatureRegenFailureAction) | ( | |||
ProFeature* p_feature | |||||
/* (In) | |||||
The failed feature | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |