home *** CD-ROM | disk | FTP | other *** search
- ' Declarations file for mhelp.vbx
- '
- ' A routine's declaration must included in any VB program which uses
- ' a routine from the MHELP.VBX DLL.
- '---------------------------------------------------------------------------
- Declare Function MhCtrlHwnd% Lib "mhelp.vbx" (A As Control)
- Declare Function MhPeekByte% Lib "mhelp.vbx" (ByVal Segm%, ByVal Ofst%)
- Declare Sub MhPokeByte Lib "mhelp.vbx" (ByVal ByteVal%, ByVal Segm%, ByVal Ofst%)
- Declare Function Inp% Lib "mhelp.vbx" (ByVal PortNum%)
- Declare Sub Out Lib "mhelp.vbx" (ByVal PortNum%, ByVal DataByte%)
- Declare Function VarPtr% Lib "mhelp.vbx" (Varbl As Any)
- Declare Function VarSeg% Lib "mhelp.vbx" (Varbl As Any)
- Declare Function VarSegPtr& Lib "mhelp.vbx" (Varbl As Any)
- Declare Function SAdd% Lib "muscle.vbx" (Lin$)
- Declare Function SSeg% Lib "muscle.vbx" (Lin$)
- Declare Function SSegAdd& Lib "muscle.vbx" (Lin$)
-
-