home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic 4 Unleashed
/
Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso
/
repease
/
rep_prot.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1995-07-18
|
583b
|
12 lines
{*****************************************************************************
Calleable Function Prototypes
*****************************************************************************}
function form(FormInfo: StrForm): Integer; far; external 'REP';
function RepInit(RepInfo: StrRep): Integer; far; external 'REP';
function RepRec: Integer; far; external 'REP';
function RepExit: Integer; far; external 'REP';
function RepGetParent: THandle; far; external 'REP';
function RepSetMsgCallback(MsgCallback: pointer) : Integer; far; external 'REP';