Documentation de l'API > Creo Parametric fundamentals > Object ProDirectory > Callback ProDirectoryChangePostAction
Callback ProDirectoryChangePostAction
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>
(*ProDirectoryChangePostAction)
(
ProPath new_path
/* (In)
The new path to which the directory was changed
*/
)
Returns
Return Values are not interpreted by Creo Parametric.
See Also
User Guide References
Est-ce que cela a été utile ?