xn.OpenNIImporter.xnGetAllActiveGestures C# (CSharp) Method

xnGetAllActiveGestures() private method

private xnGetAllActiveGestures ( IntPtr hInstance, [ pstrGestures, UInt32 nNameLength, UInt16 &nGestures ) : UInt32
hInstance System.IntPtr
pstrGestures [
nNameLength System.UInt32
nGestures System.UInt16
return System.UInt32
        public static extern XnStatus xnGetAllActiveGestures(XnNodeHandle hInstance, [In] [Out] IntPtr[] pstrGestures, XnUInt32 nNameLength, ref XnUInt16 nGestures);
OpenNIImporter