API-Dokumentation > Features > Object ProUdfdata > Function ProUdfdataExternalsymbolsGet
Function ProUdfdataExternalsymbolsGet
Description
Obtains an array of external symbols required by this UDF.
Synopsis
#include <ProUdf.h>
ProUdfdataExternalsymbolsGet
(
/* (In)
The UDF data
*/
ProUdfextsymbol** external_symbols
/* (Out)
ProArray of external symbols required for this UDF.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Cannot access the UDF data because the name and path have not been set.
Cannot access the UDF .gph file at the path specified.
No required external symbols were found in the UDF.
No license is available for this function.
User Guide References
War dies hilfreich?