xn.OpenNIImporter.xnNodeQueryAddNeededNode C# (CSharp) Method

xnNodeQueryAddNeededNode() private method

private xnNodeQueryAddNeededNode ( IntPtr pQuery, string strInstanceName ) : UInt32
pQuery System.IntPtr
strInstanceName string
return System.UInt32
        public static extern XnStatus xnNodeQueryAddNeededNode(XnNodeQuery pQuery, string strInstanceName);
OpenNIImporter