Documentation de l'API > Miscellaneous > Object ProTkdll > Callback ProTkdllFunction
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>
(*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 value
Passed as an output for ProToolkitTaskExecute().
See Also
User Guide References
Est-ce que cela a été utile ?