API Documentation > Features > Object ProUdfrequiredref > Function ProUdfrequiredrefTypeGet
Function ProUdfrequiredrefTypeGet
Description
Obtains the type of object that should be supplied for this reference.
Synopsis
#include <ProUdf.h>
ProUdfrequiredrefTypeGet
(
/* (In)
The UDF required reference handle.
*/
ProType* type
/* (Out)
The type of object that should be supplied for this reference.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No license is available for this function.
Sample Code References
User Guide References
Was this helpful?