Emotiv.EdkDll.IEE_FFTGetWindowingType C# (CSharp) Method

IEE_FFTGetWindowingType() public static method

public static IEE_FFTGetWindowingType ( UInt32 userId, IEE_WindowingTypes type ) : Int32
userId System.UInt32
type IEE_WindowingTypes
return System.Int32
        public static Int32 IEE_FFTGetWindowingType(UInt32 userId, IEE_WindowingTypes type)
        {
            return Unmanged_IEE_FFTGetWindowingType(userId, out type);
        }
EdkDll