home *** CD-ROM | disk | FTP | other *** search
- /*=======================================================*/
- /* TVIELAPS.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown All Rights Reserved */
- /* May be freely copied for noncommercial use, so long */
- /* as this copyright notice remains intact, and any */
- /* changes are marked in the comment blocks preceding */
- /* functions. */
- /*=======================================================*/
-
- #include "tvapi.h"
-
- /*======================================================*/
- /* TVtimer_elapsed return 1/100ths seconds since timer */
- /* was started */
- /* Ralf Brown 4/3/88 */
- /* Ralf Brown 6/21/88 rewritten with TVsendmsg1 */
- /*======================================================*/
-
- DWORD pascal TVtimer_elapsed(OBJECT timer)
- {
- return (DWORD) TVsendmsg1(SIZE_MSG,TOS,timer) ;
- }
-
- /* end of TVIELAPS.C */
-