home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
desqview
/
dvglue10.arc
/
TVPSIZE.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-07-10
|
981b
|
26 lines
/*================================================*/
/* TVPSIZE.C */
/* functions to handle mouse pointer objects */
/* */
/* (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"
/*================================================*/
/* TVptr_messages get number of pending msgs */
/* Ralf Brown 4/8/88 */
/*================================================*/
int pascal TVptr_messages(OBJECT pointer)
{
return (pointer) ? (int) TVsendmsg1(SIZE_MSG, TOS, pointer) : 0 ;
}
/* End of TVPSIZE.C */