Emotiv.EdkDll.IEE_FFTGetWindowingType C# (CSharp) 메소드

IEE_FFTGetWindowingType() 공개 정적인 메소드

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