xn.OpenNIImporter.xnStopGeneratingAll C# (CSharp) Method

xnStopGeneratingAll() private method

private xnStopGeneratingAll ( IntPtr pContext ) : UInt32
pContext System.IntPtr
return System.UInt32
        public static extern XnStatus xnStopGeneratingAll(XnContext pContext);
OpenNIImporter