Documentación de la API > Miscellaneous > Object ProUserdef > Function ProUserdefFunctionInit
Function ProUserdefFunctionInit
Description
Initializes a User Defined Function data structure.
Synopsis
ProUserdefFunctionInit
(
ProMdl owner
/* (In)
The model to which the Function belongs. NULL means the Function belongs to a Library.
*/
ProName func_name
/* (In)
The name of the Function.
*/
/* (Out)
The initialized ProUserdefFunction handle.
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
The Function was not found within the owner.
¿Fue esto útil?