XSLPgetfuncobject
XSLPgetfuncobject |
int XPRS_CC XSLPgetfuncobject(int *ArgInfo, int ObjType, void **Address)
ArgInfo
|
The array of argument information for the user function.
|
||||||||||
ObjType
|
An integer indicating which object is to be returned. The following values are defined:
|
||||||||||
Address
|
Pointer to hold the address of the object.
|
char fName[60]; int fNum; XSLPprob Prob; void *Object; XSLPgetfuncinfo(ArgInfo, NULL, NULL, NULL, NULL, NULL, NULL, &fNum, NULL); XSLPgetfuncobject(ArgInfo, XSLP_XSLPPROBLEM, &Object); Prob = (XSLPprob) Object; XSLPgetnames(Prob, XSLP_USERFUNCNAMES, fName, fNum, fNum);
For functions which have no current instance because the function does not have instances, the Instance Function Object will be NULL.
For functions which have no current instance because the function was called directly from another user function, the Instance Function Object will be that set by the calling function.
© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.