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