API Documentation > Assembly > Object ProAsmcompconstraint > Function ProAsmcompconstraintUserdataGet
Function ProAsmcompconstraintUserdataGet
Description
retrieves the user data for the given constraint.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompconstraintUserdataGet
(
/* (In)
The Assembly component constraint.
*/
wchar_t** usr_data
/* (Out)
User data. Free the memory for this string using ProWstringFree().
*/
)
Returns
The function successfully retrieved theinformation.
The argument is invalid.
User data not found .
User Guide References
Was this helpful?