Function ProUdfNameGet
Description
Give the name of the UDF which was used to place the specified group.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUdf.h>
ProUdfNameGet
(
/* (In)
The UDF.
*/
ProName name
/* (Out)
The name of the UDF
*/
ProName instance
/* (Out)
The name of the instance in the UDF family table of which this is an instance. An empty string if the UDF is the generic, or has no family table.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The group is not a UDF
User Guide References
これは役に立ちましたか?