Ejemplo n.º 1
0
 public static Int32 IEE_FFTGetWindowingType(UInt32 userId, IEE_WindowingTypes type)
 {
     return Unmanged_IEE_FFTGetWindowingType(userId, out type);
 }
Ejemplo n.º 2
0
 static extern Int32 Unmanged_IEE_FFTGetWindowingType(UInt32 userId, out IEE_WindowingTypes type);