xn.OpenNIImporter.xnEnumerationErrorsAllocate C# (CSharp) Method

xnEnumerationErrorsAllocate() private method

private xnEnumerationErrorsAllocate ( IntPtr &ppErrors ) : UInt32
ppErrors System.IntPtr
return System.UInt32
        public static extern XnStatus xnEnumerationErrorsAllocate(out XnEnumerationErrors ppErrors);
OpenNIImporter