API-Dokumentation > Features > Object ProUdf > Callback ProUdfLibraryCompletePostAction
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>
(*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
User Guide References
War dies hilfreich?