Beispiel #1
0
        private static IntPtr Create()
        {
            IntPtr pErrors;
            UInt32 status = OpenNIImporter.xnEnumerationErrorsAllocate(out pErrors);

            WrapperUtils.CheckStatus(status);
            return(pErrors);
        }