Description | ||||||||
Binds the user function to be called when Creo Parametric terminates normally (using Exit). To unbind the function, pass a null pointer.
NOTES:
|
||||||||
Synopsis | ||||||||
#include <ProCore.h> | ||||||||
ProError | ProTermFuncSet | ( | ||||||
ProTerminationAction term_function | ||||||||
/* (In) | ||||||||
A pointer to the user's function, or NULL | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|