Description | |||||
This is the notification function called before a Creo Parametric window is closed or cleared.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_WINDOW_VACATE_PRE.
|
|||||
Synopsis | |||||
#include <ProWindows.h> | |||||
ProError | (*ProWindowVacatePreAction) | ( | |||
int win_id | |||||
/* (In) | |||||
The identifier of the Creo Parametric window | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet, ProWindowDelete, ProWindowCurrentClose |