Description | ||||||||
This is the notification function called before a parameter is deleted.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_PARAM_DELETE_PRE. |
||||||||
Synopsis | ||||||||
#include <ProParameter.h> | ||||||||
ProError | (*ProParameterDeletePreAction) | ( | ||||||
ProParameter* param_handle | ||||||||
/* (In) | ||||||||
The parameter to be deleted | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProNoticationSet |