home *** CD-ROM | disk | FTP | other *** search
- #include "tvapi.h"
-
- /*======================================================*/
- /* TVobject get a TopView object handle */
- /* John Navas */
- /* Ralf Brown 6/23/88 rewrote with TVsendmsg1 */
- /*======================================================*/
-
- OBJECT pascal TVobject(WORD which)
- {
- /* OR the specification with 1 to make sure we ask for a return which */
- /* does not need an additional parameter on the stack */
- return (OBJECT) TVsendmsg1(OBJECT_MSG, which|1, 0) ;
- }
-
- /* End of TVOBJECT.C */
-