public static void TripAddUserEvent(string inEventName, uint inCustomID, int inMaxTime)
        {
            int ret = CApplicationAPI.TripAddUserEvent(out _mySError, inEventName, inCustomID, inMaxTime);

            O("TripAddUserEvent returns: " + ret.ToString());
        }