xn.OpenNIImporter.xnStopTrackingAll C# (CSharp) Method

xnStopTrackingAll() private method

private xnStopTrackingAll ( IntPtr hInstance ) : UInt32
hInstance System.IntPtr
return System.UInt32
        public static extern XnStatus xnStopTrackingAll(XnNodeHandle hInstance);
OpenNIImporter