xn.OpenNIImporter.xnNodeInfoListAdd C# (CSharp) Method

xnNodeInfoListAdd() private method

private xnNodeInfoListAdd ( IntPtr pList, ProductionNodeDescription pDescription, string strCreationInfo, IntPtr pNeededNodes ) : UInt32
pList System.IntPtr
pDescription ProductionNodeDescription
strCreationInfo string
pNeededNodes System.IntPtr
return System.UInt32
        public static extern XnStatus xnNodeInfoListAdd(XnNodeInfoList pList, ProductionNodeDescription pDescription, string strCreationInfo, XnNodeInfoList pNeededNodes);
OpenNIImporter