home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
msdos
/
desqview
/
dvglue10.arc
/
TVBCLOSE.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-07-10
|
901b
|
25 lines
/*================================================*/
/* TVBCLOSE.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"
/*================================================*/
/* TVmbx_close close mailbox */
/* Ralf Brown 4/3/88 */
/*================================================*/
void pascal TVmbx_close(OBJECT mbx)
{
TVsendmsg0(CLOSE_MSG, mbx?TOS:MAILME, mbx) ;
}
/* End of TVBCLOSE.C */