public static string GetErrorMsg(SE_CONNECTION connection, SE_ERROR error) { return(GetErrorMsg(connection, error.sde_error)); }
public static extern System.Int32 SE_connection_create(string server, string instance, string database, string username, string password, ref SE_ERROR error, ref SE_CONNECTION conn);