API 文档 > Features > Object ProUdfdata > Function ProUdfdataNameSet
Function ProUdfdataNameSet
Description
Sets the name and instance name of the UDF in the UDF data
Replacement in Object TOOLKIT:
Synopsis
#include <ProUdf.h>
ProUdfdataNameSet
(
/* (In)
The UDF data
*/
ProName udf_name
/* (In)
The name of the UDF
*/
ProName instance
/* (In)
The family table instance name to be used, or an empty string, or NULL.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
这对您有帮助吗?