21 #ifndef __XN_MODULE_INTERFACE_H__
22 #define __XN_MODULE_INTERFACE_H__
32 #define XN_MODULE_LOAD xnModuleLoad
33 #define XN_MODULE_UNLOAD xnModuleUnload
34 #define XN_MODULE_GET_EXPORTED_NODES_COUNT xnModuleGetExportedNodesCount
35 #define XN_MODULE_GET_EXPORTED_NODES_ENTRY_POINTS xnModuleGetExportedNodesEntryPoints
36 #define XN_MODULE_GET_OPEN_NI_VERSION xnModuleGetOpenNIVersion
142 const XnChar* strInstanceName,
143 const XnChar* strCreationInfo,
145 const XnChar* strConfigurationDir,
153 void (XN_CALLBACK_TYPE*
Destroy)
182 void (XN_CALLBACK_TYPE*
General)(
void* pInterface);
279 XnStatus (XN_CALLBACK_TYPE*
GetRange)(
XnModuleNodeHandle hGenerator,
const XnChar* strCap, XnInt32* pnMin, XnInt32* pnMax, XnInt32* pnStep, XnInt32* pnDefault, XnBool* pbIsAutoSupported);
334 const XnChar* strCapabilityName
786 XnBool (XN_CALLBACK_TYPE*
IsEOF)
1362 #endif // __XN_MODULE_INTERFACE_H__