xn.OpenNIImporter.xnGetSupportedUserPositionsCount C# (CSharp) Method

xnGetSupportedUserPositionsCount() private method

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