home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVWHANDL.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown */
- /* All Rights Reserved */
- /* May be freely copied for noncommercial use as */
- /* long as this copyright notice is kept intact */
- /* and any changes are indicated in the comment */
- /* blocks for the functions */
- /*================================================*/
-
- #include "tvapi.h"
-
- /*================================================*/
- /* TVmywindow get object handle for own window */
- /* Ralf Brown 4/3/88 */
- /* Ralf Brown 7/14/88 modified for TVsendmsg1 */
- /*================================================*/
-
- OBJECT pascal TVmywindow(void)
- {
- return (OBJECT) TVsendmsg1(OBJECT_MSG,ME,0) ;
- }
-
- /* End of TVWHANDL.C */
-