xn.OpenNIImporter.xnEnumerationErrorsFree C# (CSharp) Method

xnEnumerationErrorsFree() private method

private xnEnumerationErrorsFree ( IntPtr pErrors ) : void
pErrors System.IntPtr
return void
        public static extern void xnEnumerationErrorsFree(XnEnumerationErrors pErrors);
OpenNIImporter