home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
desqview
/
dvglue10.arc
/
TVASTAT.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-07-10
|
1KB
|
28 lines
/*=======================================================*/
/* TVASTAT.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"
/*================================================*/
/* TVpanel_status get status of last open/apply */
/* Ralf Brown 4/8/88 */
/* Ralf Brown 6/21/88 change to use TVsendmsg1 */
/*================================================*/
DWORD pascal TVpanel_status(OBJECT panel)
{
if (TVisobj(panel))
return (DWORD) TVsendmsg1(STATUS_MSG, TOS, panel) ;
else
return (DWORD) 0 ;
}
/* End of TVASTAT.C */