home *** CD-ROM | disk | FTP | other *** search
- {*****************************************************************************
- 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';
-
-