home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVOSTAT.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown */
- /* All Rights Reserved */
- /* May be freely copied for noncommercial use, */
- /* provided that this copyright notice remains */
- /* intact and any changes are indicated in the */
- /* comment blocks preceding functions */
- /*================================================*/
-
- #include "tvapi.h"
-
- /*================================================*/
- /* TVobq_status determine if objectq is open */
- /* Ralf Brown 4/10/88 */
- /* Ralf Brown 6/23/88 rewrote with TVsendmsg1 */
- /*================================================*/
-
- DWORD pascal TVobq_status(OBJECT obq)
- {
- return (DWORD) TVsendmsg1(STATUS_MSG, obq?TOS:OBJQME, obq) ;
- }
-
- /* End of TVOBJQ.C */
-