Esempio n. 1
0
 static extern Boolean Unmanaged_ES_AffectivIsActive(IntPtr state, EE_AffectivAlgo_t type);
Esempio n. 2
0
 public static Boolean ES_AffectivIsActive(IntPtr state, EE_AffectivAlgo_t type)
 {
     return(Unmanaged_ES_AffectivIsActive(state, type));
 }
Esempio n. 3
0
	static extern Boolean Unmanaged_ES_AffectivIsActive(IntPtr state, EE_AffectivAlgo_t type);
Esempio n. 4
0
 private static extern bool Unmanaged_ES_AffectivIsActive(IntPtr state, EE_AffectivAlgo_t type);
Esempio n. 5
0
	public static Boolean ES_AffectivIsActive(IntPtr state, EE_AffectivAlgo_t type)
	{
		return Unmanaged_ES_AffectivIsActive(state, type);
	}