Category Features, Object ProUdf

Callback ProUdfLibraryCompletePostAction


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
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet
ProNotificationUnset

Manual References:

  1. Core: Features: Notification on UDF Library Creation
  2. Event-driven Programming: Notifications: File Management Events