Category External tasks, Object ProTkdll

Callback ProTkdllFunction


Description
This is the function prototype for a function that can be called from a external application using ProToolkitTaskExecute().
Synopsis
#include <ProToolkitDll.h>
ProError(*ProTkdllFunction)(
ProArgument* inputs
/* (In)
ProArray of input arguments passed to the function. The function must not free the array or any allocated memory contained in this array.
*/
ProArgument** outputs
/* (Out)
ProArray of output arguments passed by the function. The function must allocate memory for this array and its contents.
*/
)
Returns
Any return valuePassed as an output for ProToolkitTaskExecute().
See Also
ProToolkitTaskExecute

Manual References:

  1. Task Based Application Libraries: Creating Creo TOOLKIT DLL Task Libraries