Documentação da API > Features > Object ProUdfextparam > Function ProUdfextparamAlloc
Function ProUdfextparamAlloc
Description
Allocates and sets a ProUdfextparam structure which describes an external symbol referencing a parameter.
Synopsis
#include <ProUdf.h>
ProUdfextparamAlloc
(
ProLine prompt
/* (In)
The prompt for the external parameter symbol.
*/
ProParameter* parameter
/* (In)
The parameter used as this external symbol.
*/
ProUdfextparam* ext_param
/* (Out)
The newly allocated ProUdfextparam structure.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No license is available for this function.
See Also
User Guide References
Isto foi útil?