home *** CD-ROM | disk | FTP | other *** search
- /*=======================================================*/
- /* 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 */
-