home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVLOCK.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"
-
- /*================================================*/
- /* TVlock request exclusive access to resource */
- /* Ralf Brown 4/23/88 */
- /*================================================*/
-
- void pascal TVlock(OBJECT mbx)
- {
- TVsendmsg0(LOCK_MSG, mbx?TOS:MAILME, mbx) ;
- }
-
- /* End of TVLOCK.C */
-