home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / mhelp / mhelp.bi next >
Text File  |  1992-01-29  |  890b  |  18 lines

  1. ' Declarations file for mhelp.vbx
  2. '
  3. '   A routine's declaration must included in any VB program which uses
  4. '   a routine from the MHELP.VBX DLL.
  5. '---------------------------------------------------------------------------
  6. Declare Function MhCtrlHwnd% Lib "mhelp.vbx" (A As Control)
  7. Declare Function MhPeekByte% Lib "mhelp.vbx" (ByVal Segm%, ByVal Ofst%)
  8. Declare Sub MhPokeByte Lib "mhelp.vbx" (ByVal ByteVal%, ByVal Segm%, ByVal Ofst%)
  9. Declare Function Inp% Lib "mhelp.vbx" (ByVal PortNum%)
  10. Declare Sub Out Lib "mhelp.vbx" (ByVal PortNum%, ByVal DataByte%)
  11. Declare Function VarPtr% Lib "mhelp.vbx" (Varbl As Any)
  12. Declare Function VarSeg% Lib "mhelp.vbx" (Varbl As Any)
  13. Declare Function VarSegPtr& Lib "mhelp.vbx" (Varbl As Any)
  14. Declare Function SAdd% Lib "muscle.vbx" (Lin$)
  15. Declare Function SSeg% Lib "muscle.vbx" (Lin$)
  16. Declare Function SSegAdd& Lib "muscle.vbx" (Lin$)
  17.  
  18.