예제 #1
0
        public long GetTotalTime(int i)
        {
            long ret = OvMarshal.ov_time_total(vfp, i);

            return(ret);
        }