xn.OpenNIImporter.xnEnumerationErrorsGetCurrentError C# (CSharp) Method

xnEnumerationErrorsGetCurrentError() private method

private xnEnumerationErrorsGetCurrentError ( IntPtr it ) : UInt32
it System.IntPtr
return System.UInt32
        public static extern XnStatus xnEnumerationErrorsGetCurrentError(XnEnumerationErrorsIterator it);
OpenNIImporter