예제 #1
0
        public long TellTime()
        {
            long ret = OvMarshal.ov_time_tell(vfp);

            return(ret);
        }