XPPAPIRET _conCall(ContainerHandle chres, char *pszFuncName, ULONG nParams, ...)
XPPAPIRET _conCallMethodPa(ContainerHandle chResult, char *mName, ULONG numParams, ContainerHandle *chParams)
XPPAPIRET _conCallPa(ContainerHandle chResult, char *funcName, ULONG numParams, ContainerHandle *chParams)
XPPAPIRET _conCompare(LONG *cmp, ContainerHandle ch1, ContainerHandle ch2)
LONG _conCompareStr(char *ps1, ULONG nlen1, char *ps2, ULONG nlen2)
XPPAPIRET _conEvalB(ContainerHandle chres, ContainerHandle chb, ULONG nParams, ...)
XPPAPIRET _conEvalMacro(ContainerHandle chres, ContainerHandle chcMacro)
XPPAPIRET _conEvalMacroStr(ContainerHandle chres, char *pszExpr)
BOOL XPPAPIENTRY _conRegisterDll(ULONG dllHandle, XppDllRegistration *pDllRecord)
XPPAPIRET XPPAPIENTRY _conRegisterF(XppRegisterFunction *funcs, int numOfFuncs, XppRegisterTable *tbl)
BOOL XPPAPIENTRY _conUnRegisterDll(ULONG dllHandle)
XPPAPIRET XPPAPIENTRY _conUnRegisterF(XppRegisterTable *tbl)
typedef struct { XppRegisterFunction *xppFuncs ULONG numFunc MomHandle funcHandle XPPDLLFUNC createFunc XPPDLLFUNC destroyFunc void *userData } XppDllRegistration