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
143 const XnChar* strInstanceName,
144 const XnChar* strCreationInfo,
146 const XnChar* strConfigurationDir,
154 void (XN_CALLBACK_TYPE*
Destroy)
183 void (XN_CALLBACK_TYPE*
General)(
void* pInterface);
280 XnStatus (XN_CALLBACK_TYPE*
GetRange)(
XnModuleNodeHandle hGenerator,
const XnChar* strCap, XnInt32* pnMin, XnInt32* pnMax, XnInt32* pnStep, XnInt32* pnDefault, XnBool* pbIsAutoSupported);
335 const XnChar* strCapabilityName
775 XnBool (XN_CALLBACK_TYPE*
IsEOF)
1351 #endif // __XN_MODULE_INTERFACE_H__