Function XppDllRegistration Foundation
Describes the data required for registering a DLL
typedef struct {
XppRegisterFunction *xppFuncs;
ULONG numFunc;
MomHandle funcHandle;
XPPDLLFUNC createFunc;
XPPDLLFUNC destroyFunc;
void *userData;
} XppDllRegistration;
typedef ULONG (* XPPAPIENTRY XPPDLLFUNC)(void *);
The XppDllRegistration record describes the data required to register a DLL using _conRegisterDll() . It is defined in xppdef.h.
// ------------------------------------------------
// see _conRegisterDll()
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.