Documentación de la API > Miscellaneous > Object ProUdfextsymbol > Function ProUdfextsymbolParametertypeGet
Function ProUdfextsymbolParametertypeGet
Description
Obtains the expected parameter type for an external symbol, if the type is PROUDFEXTSYMTYPE_PAR.
Synopsis
#include <ProUdf.h>
ProUdfextsymbolParametertypeGet
(
ProUdfextsymbol external_symbol
/* (In)
The external symbol
*/
ProParamvalueType* parameter_type
/* (Out)
the expected parameter type.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
If the external symbol type is not parameter.
No license is available for this function.
User Guide References
¿Fue esto útil?