22 #ifndef __XN_MODULE_INTERFACE_H__
23 #define __XN_MODULE_INTERFACE_H__
33 #define XN_MODULE_LOAD xnModuleLoad
34 #define XN_MODULE_UNLOAD xnModuleUnload
35 #define XN_MODULE_GET_EXPORTED_NODES_COUNT xnModuleGetExportedNodesCount
36 #define XN_MODULE_GET_EXPORTED_NODES_ENTRY_POINTS xnModuleGetExportedNodesEntryPoints
37 #define XN_MODULE_GET_OPEN_NI_VERSION xnModuleGetOpenNIVersion
144 const XnChar* strInstanceName,
145 const XnChar* strCreationInfo,
147 const XnChar* strConfigurationDir,
155 void (XN_CALLBACK_TYPE*
Destroy)
184 void (XN_CALLBACK_TYPE*
General)(
void* pInterface);
281 XnStatus (XN_CALLBACK_TYPE*
GetRange)(
XnModuleNodeHandle hGenerator,
const XnChar* strCap, XnInt32* pnMin, XnInt32* pnMax, XnInt32* pnStep, XnInt32* pnDefault, XnBool* pbIsAutoSupported);
336 const XnChar* strCapabilityName
776 XnBool (XN_CALLBACK_TYPE*
IsEOF)
1350 #endif // __XN_MODULE_INTERFACE_H__