| Description | |||||
| This is the prototype for a notification function that is called whenever a UDF is created or modified. This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_UDF_LIB_COMPLETE_POST. | |||||
| Synopsis | |||||
| #include <ProUdf.h> | |||||
| ProError | (*ProUdfLibraryCompletePostAction) | ( | |||
| ProName name | |||||
| /* (In) | |||||
| The UDF name. | |||||
| */ | |||||
| ProFeature* features | |||||
| /* (In) | |||||
| ProArray of features included in this UDF. Note:If the UDF being modified does not contain a reference part, this array will be empty. |
|||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet | |||||
| ProNotificationUnset | |||||