xn.OpenNIImporter.xnProductionNodeAddRef C# (CSharp) Method

xnProductionNodeAddRef() private method

private xnProductionNodeAddRef ( IntPtr hNode ) : UInt32
hNode System.IntPtr
return System.UInt32
        public static extern XnStatus xnProductionNodeAddRef(XnNodeHandle hNode);
OpenNIImporter