home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
desqview
/
dvglue10.arc
/
TVISTAT.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-07-10
|
940b
|
24 lines
/*=======================================================*/
/* TVISTAT.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_status is timer running? */
/* Ralf Brown 4/3/88 */
/*======================================================*/
int pascal TVtimer_status(OBJECT timer)
{
return (int) TVsendmsg1(STATUS_MSG,TOS,timer) ;
}
/* End of TVISTAT.C */