xn.OpenNIImporter.xnStopSkeletonTracking C# (CSharp) Method

xnStopSkeletonTracking() private method

private xnStopSkeletonTracking ( IntPtr hInstance, UInt32 user ) : UInt32
hInstance System.IntPtr
user System.UInt32
return System.UInt32
        public static extern XnStatus xnStopSkeletonTracking(XnNodeHandle hInstance, XnUserID user);
OpenNIImporter