home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / tedevkit / tvb_prot.h < prev    next >
Encoding:
Text File  |  1995-08-17  |  782 b   |  18 lines

  1. /***************************************************************************
  2.                    INTVBNAL FUNCTION PROTOTYPES                       
  3. ****************************************************************************/
  4.  
  5. /***************************************************************************
  6.                              FILE: TVB.C 
  7. ****************************************************************************/
  8. int     OurPrintf(LPSTR,...);
  9. int     GetData(HWND,HLSTR FAR *);
  10. int     ReadTvbFile(HWND,HLSTR);
  11. int     SaveTvbFile(HWND,HLSTR);
  12. int     SetData(HWND,HLSTR);
  13. LONG    FAR PASCAL _export TerCtlProc(HCTL,HWND,USHORT,USHORT,LONG);
  14. LONG    FAR PASCAL _export VbxCallback(HWND,USHORT,USHORT,LONG);
  15. void    FarMove(void far *,void far *,WORD);
  16.  
  17.  
  18.