| Description | |||||
| This is the notification function called upon successful copying of a feature.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_COPY_POST. |
|||||
| Synopsis | |||||
| #include <ProFeature.h> | |||||
| ProError | (*ProFeatureCopyPostAction) | ( | |||
| ProFeature* from_feat | |||||
| /* (In) | |||||
| The handle of the reference feature from which the copy was made. | |||||
| */ | |||||
| ProFeature* to_feat | |||||
| /* (In) | |||||
| The handle of the feature that is the result of the copy. | |||||
| */ | |||||
| ProFeatcopyType copy_type | |||||
| /* (In) | |||||
| The type of user action prompting the copying of features. See the enumerated type ProFeatcopyType. | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet | |||||