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

            return(ret);
        }