Description | |||||
This is the notification function called after the current directory has been successfully changed in Creo Parametric.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_DIRECTORY_CHANGE_POST. |
|||||
Synopsis | |||||
#include <ProNotify.h> | |||||
ProError | (*ProDirectoryChangePostAction) | ( | |||
ProPath new_path | |||||
/* (In) | |||||
The new path to which the directory was changed | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |