--------------------------------------------------------------------------- ExtendedSerialization ---------------------------------------------------------------------------
| 6858 | // ExtendedSerialization |
| 6859 | //--------------------------------------------------------------------------- |
| 6860 | XnStatus xnNotifyExState(XnNodeHandle hInstance, XnNodeNotifications* pNotifications, void* pCookie) |
| 6861 | { |
| 6862 | XnProductionNodeInterfaceContainer* pInterface = (XnProductionNodeInterfaceContainer*)hInstance->pModuleInstance->pLoaded->pInterface; |
| 6863 | XnModuleNodeHandle hModuleNode = hInstance->pModuleInstance->hNode; |
| 6864 | XN_VALIDATE_FUNC_PTR(pInterface->ExtendedSerialization.InitNotifications); |
| 6865 | return pInterface->ExtendedSerialization.InitNotifications(hModuleNode, pNotifications, pCookie); |
| 6866 | } |
| 6867 | |
| 6868 | void xnUnregisterExNotifications(XnNodeHandle hInstance) |
| 6869 | { |