API 文件集 > Features > Object ProUdfdata > Function ProUdfdataRequiredreferencesGet
Function ProUdfdataRequiredreferencesGet
Description
Obtains the references required to be set for UDF placement.
Synopsis
#include <ProUdf.h>
ProUdfdataRequiredreferencesGet
(
/* (In)
The UDF data
*/
ProUdfRequiredRef** required_references
/* (Out)
The references required to be set for UDF placement.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Cannot access the UDF references because the name or file path has not been set in this data.
Cannot find the UDF file in based on the information specified in the data.
No license is available for this function.
Sample Code References
這是否有幫助?