home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / altvb10b.zip / ALTVBDOS.DEF < prev    next >
Text File  |  1992-10-07  |  10KB  |  208 lines

  1. ' ALTVBDOS.DEF  this is a set of prototype declarations for the procedures
  2. '               which are included in the ASSEMBLY-LANGUAGE TOOLBOX. Include
  3. '               only the routines which you intend to use in your code.
  4. '
  5. '   Author:     Christy Gemmell
  6. '   For:        Assembly-Language Toolbox for
  7. '               Visual BASIC for DOS
  8. '   Version:    1.00
  9. '   Date:       7/10/1992
  10. '
  11. '   Compatible with the Standard and Professional Editions.
  12. '
  13. '   The following prototypes refer to external procedures which are
  14. '   in the library files ALTVBDOS.LIB and ALTVBDOS.QLB. One or other of
  15. '   these libraries must be linked to the program which calls them.
  16. '
  17. '   Assembly-language functions in the library.
  18. '
  19.     DECLARE FUNCTION Attrib% (FileSpec$)
  20.     DECLARE FUNCTION Attribute% (BYVAL Fore%, BYVAL Back%)
  21.     DECLARE FUNCTION BitTest% (Number%, Bit%)
  22.     DECLARE FUNCTION CapsLock% (BYVAL Switch%)
  23.     DECLARE FUNCTION Cpu% ()
  24.     DECLARE FUNCTION DayNumber& (BYVAL Day%, BYVAL Month%, BYVAL Year%)
  25.     DECLARE FUNCTION DiskReady% (BYVAL Drive%)
  26.     DECLARE FUNCTION DisplayMode% ()
  27.     DECLARE FUNCTION DisplayPage% ()
  28.     DECLARE FUNCTION EmsError% ()
  29.     DECLARE FUNCTION EmsFrame% ()
  30.     DECLARE FUNCTION EmsOwned% (BYVAL Handle%)
  31.     DECLARE FUNCTION EmsPages% (BYVAL Switch%)
  32.     DECLARE FUNCTION EmsPresent% ()
  33.     DECLARE FUNCTION EmsVersion% ()
  34.     DECLARE FUNCTION FarPeek% (BYVAL Segment&, BYVAL Offset&)
  35.     DECLARE FUNCTION FileSize& (FileSpec$)
  36.     DECLARE FUNCTION FloppyDrives% ()
  37.     DECLARE FUNCTION FreeSpace& (BYVAL DriveNo%)
  38.     DECLARE FUNCTION GamesPort% ()
  39.     DECLARE FUNCTION Handles% ()
  40.     DECLARE FUNCTION Interval& (First&, Second&)
  41.     DECLARE FUNCTION KeyFlags% ()
  42.     DECLARE FUNCTION KeyIn% ()
  43.     DECLARE FUNCTION KeyStat% ()
  44.     DECLARE FUNCTION MastrEnv% ()
  45.     DECLARE FUNCTION MathsChip% ()
  46.     DECLARE FUNCTION MouseInit% ()
  47.     DECLARE FUNCTION NetTest% ()
  48.     DECLARE FUNCTION NumberDay% (Number&, Day%, Month%, Year%)
  49.     DECLARE FUNCTION NumLock% (BYVAL Switch%)
  50.     DECLARE FUNCTION ParallelPorts% ()
  51.     DECLARE FUNCTION PeekWord& (BYVAL Segment&, BYVAL Offset&)
  52.     DECLARE FUNCTION PrinterStat% (BYVAL Printer%)
  53.     DECLARE FUNCTION PrinTest% (BYVAL Printer%)
  54.     DECLARE FUNCTION RamDisk% ()
  55.     DECLARE FUNCTION Rand% (BYVAL Lower%, BYVAL Higher%)
  56.     DECLARE FUNCTION ScreenRows% ()
  57.     DECLARE FUNCTION ScreenWidth% ()
  58.     DECLARE FUNCTION ScrLock% (BYVAL Switch%)
  59.     DECLARE FUNCTION SerialPorts% ()
  60.     DECLARE FUNCTION Sharing% ()
  61.     DECLARE FUNCTION Soundex& (Text$)
  62.     DECLARE FUNCTION Spooler% ()
  63.     DECLARE FUNCTION SpoolSuspend% ()
  64.     DECLARE FUNCTION StatusLine% (Message$)
  65.     DECLARE FUNCTION StringScan% (Trgt$, BYVAL Size%, BYVAL Strt%, BYVAL Addr%)
  66.     DECLARE FUNCTION TextVal& (Text$)
  67.     DECLARE FUNCTION Verify% (BYVAL Default%, BYVAL Row%, Prompt$,_
  68.                               BYVAL Attr%, BYVAL Mouse%)
  69.     DECLARE FUNCTION WeekDay% (BYVAL Day%, BYVAL Month%, BYVAL Year%)
  70.  
  71.     DECLARE SUB BackFill (BYVAL Row%, BYVAL Col%, BYVAL Rows%, BYVAL Cols%,_
  72.                           BYVAL Attr%)
  73.     DECLARE SUB BitReSet (Number%, Bit%)
  74.     DECLARE SUB BitSet (Number%, Bit%)
  75.     DECLARE SUB BitShl (Number&, Count%)
  76.     DECLARE SUB BitShr (Number&, Count%)
  77.     DECLARE SUB Blinking (BYVAL Switch%)
  78.     DECLARE SUB CgaCopy (BYVAL Switch%, Buffer$)
  79.     DECLARE SUB CgaScroll (BYVAL xLoc%, BYVAL yLoc%, BYVAL xPixels%,_
  80.                            BYVAL yPixels%, BYVAL Direction%)                 
  81.     DECLARE SUB CgaText (BYVAL xLoc%, BYVAL yLoc%, Text$,_
  82.                          BYVAL Attr%, BYVAL Scale%)
  83.     DECLARE SUB Cipher (Text$, KeyWord$)
  84.     DECLARE SUB ClearEnd (BYVAL Switch%, BYVAL Attr%)
  85.     DECLARE SUB Curtains (BYVAL Speed%, BYVAL Attr%)
  86.     DECLARE SUB Delay (BYVAL MilliSeconds%)
  87.     DECLARE SUB DisablePrtSc ()
  88.     DECLARE SUB DOSBox (BYVAL Switch%, BYVAL Y1%, BYVAL X1%, BYVAL Y2%,_
  89.                         BYVAL X2%, BYVAL Attr%)
  90.     DECLARE SUB DwPrint (BYVAL Printer%, Buffer$, BYVAL NewLine%)
  91.     DECLARE SUB EmPrint (BYVAL Printer%, Buffer$, BYVAL NewLine%)
  92.     DECLARE SUB EmsGet (BYVAL Segment%, BYVAL Offset%, BYVAL Length%,_
  93.                         BYVAL Page%, BYVAL Handle%, Done%)
  94.     DECLARE SUB EmsMap (BYVAL Handle%, Physical%, Logical%)
  95.     DECLARE SUB EmsPut (BYVAL Segment%, BYVAL Offset%, BYVAL Length%,_
  96.                         BYVAL Page%, BYVAL Handle%, Done%)
  97.     DECLARE SUB EmsRelease (BYVAL Handle%)
  98.     DECLARE SUB EmsRequest (BYVAL Pages%, Handle%)
  99.     DECLARE SUB EmsReSize (BYVAL Handle%, Pages%)
  100.     DECLARE SUB EnablePrtSc ()
  101.     DECLARE SUB EnPrint (BYVAL Printer%, Buffer$, BYVAL NewLine%)
  102.     DECLARE SUB Explode (BYVAL Y1%, BYVAL X1%, BYVAL Y2%, BYVAL X2%,_
  103.                          BYVAL Attr%, BYVAL Speed%)
  104.     DECLARE SUB FarPoke (BYVAL Segment&, BYVAL Offset&, BYVAL Byte%)
  105.     DECLARE SUB FastPrint (BYVAL Row%, BYVAL Col%, Text$, BYVAL Attr%)
  106.     DECLARE SUB FileDate (BYVAL Switch%, DateTime$, FileSpec$)
  107.     DECLARE SUB GraPrint (BYVAL xLoc%, BYVAL yLoc%, Text$,_
  108.                           BYVAL Attr%, BYVAL Scale%)
  109.     DECLARE SUB HelpMate (BYVAL Colour%, Title$, BYVAL Context%, Topic$)
  110.     DECLARE SUB Hide (BYVAL Switch%, FileSpec$)
  111.     DECLARE SUB Inform (BYVAL Row%, Message$, BYVAL Attr%, BYVAL Mouse%)
  112.     DECLARE SUB Int2E (DosCmd$)
  113.     DECLARE SUB ItPrint (BYVAL Printer%, Buffer$, BYVAL NewLine%)
  114.     DECLARE SUB KeyFlush ()
  115.     DECLARE SUB LptSwap (BYVAL Printer1%, BYVAL Printer2%)
  116.     DECLARE SUB McgaCopy (BYVAL Switch%, SEG Array())
  117.     DECLARE SUB McgaScroll (BYVAL xLoc%, BYVAL yLoc%, BYVAL xPixels%,_
  118.                             BYVAL yPixels%, BYVAL Direction%)                 
  119.     DECLARE SUB MCgaText (BYVAL xLoc%, BYVAL yLoc%, Text$,_
  120.                           BYVAL Attr%, BYVAL Scale%)
  121.     DECLARE SUB MisTake (BYVAL Row%, Message$, BYVAL Attr%, BYVAL Mouse%)
  122.     DECLARE SUB MouseBorder (BYVAL x1%, BYVAL y1%, BYVAL x2%, BYVAL y2%)
  123.     DECLARE SUB MouseHide ()
  124.     DECLARE SUB MouseMickey (horizontal%, vertical%)
  125.     DECLARE SUB MouseNow (leftButton%, rightButton%, xMouse%, yMouse%)
  126.     DECLARE SUB MousePressLeft (leftCount%, xMouse%, yMouse%)
  127.     DECLARE SUB MousePressRight (rightCount%, xMouse%, yMouse%)
  128.     DECLARE SUB MousePut (BYVAL xMouse%, BYVAL yMouse%)
  129.     DECLARE SUB MouseRelLeft (leftCount%, xMouse%, yMouse%)
  130.     DECLARE SUB MouseRelRight (rightCount%, xMouse%, yMouse%)
  131.     DECLARE SUB MouseRestore ()
  132.     DECLARE SUB MouseSave ()
  133.     DECLARE SUB MouseShow ()
  134.     DECLARE SUB MouseSpeed (BYVAL horizontal%, BYVAL vertical%)
  135.     DECLARE SUB MouseWarp (BYVAL threshold%)
  136.     DECLARE SUB ParkHeads ()
  137.     DECLARE SUB Pause (BYVAL Ticks%)
  138.     DECLARE SUB PerCentBox (BYVAL Switch%, Message$, BYVAL Attr%,_
  139.                             BYVAL PerCent%)
  140.     DECLARE SUB PokeWord (BYVAL Segment&, BYVAL Offset&, BYVAL Word&)
  141.     DECLARE SUB PopUp (BYVAL Row%, BYVAL Col%, BYVAL Hght%, BYVAL Wdth%,_
  142.                        BYVAL Attr%, BYVAL Brdr%, BYVAL Shdw%, BYVAL Zoom%)
  143.     DECLARE SUB PrintSet (BYVAL Row%, BYVAL Col%, BYVAL Attr%,_
  144.                           BYVAL Printer%, BYVAL Mouse%)
  145.     DECLARE SUB ReSeed (BYVAL Seed&)
  146.     DECLARE SUB ScreenDump ()
  147.     DECLARE SUB Scroll (BYVAL Dir%, BYVAL Y1%, BYVAL X1%, BYVAL Y2%,_
  148.                         BYVAL X2%, BYVAL Units%, BYVAL Attr%)
  149.     DECLARE SUB Secure (BYVAL Switch%, FileSpec$)
  150.     DECLARE SUB Share (BYVAL Switch%, FileSpec$)
  151.     DECLARE SUB ShutUp (BYVAL Speed%)
  152.     DECLARE SUB SpoolDelete (FileSpec$)
  153.     DECLARE SUB SpoolFlush ()
  154.     DECLARE SUB SpoolList (Buffer$)
  155.     DECLARE SUB SpoolReStart ()
  156.     DECLARE SUB SpoolSubmit (FileSpec$)
  157.     DECLARE SUB StringSort (BYVAL Dir%, BYVAL Size%, BYVAL Addr%)
  158.     DECLARE SUB UlPrint (BYVAL Printer%, Buffer$, BYVAL NewLine%)
  159.     DECLARE SUB VGADim (BYVAL Intensity%)
  160.     DECLARE SUB VGALoad (FileSpec$)
  161.     DECLARE SUB VGAPan (BYVAL X%, BYVAL Y%)
  162.     DECLARE SUB VGASave (FileSpec$)
  163.     DECLARE SUB VgaText (BYVAL xLoc%, BYVAL yLoc%, Text$,_
  164.                          BYVAL Attr%, BYVAL Scale%)
  165.  
  166. '   Mixed-language routines in the library.
  167. '
  168.     DECLARE FUNCTION BinDec& (Binary$)
  169.     DECLARE FUNCTION CapItal$ (Original$)
  170.     DECLARE FUNCTION Centre$ (Text$, MaxWidth%)
  171.     DECLARE FUNCTION DateInput$ (Default$, Context%, Topic$, HotKey%)
  172.     DECLARE FUNCTION DaysBetween& (Date1$, Date2$)
  173.     DECLARE FUNCTION DecBin$ (Decimal&)
  174.     DECLARE FUNCTION DosVersion$ ()
  175.     DECLARE FUNCTION FindFile$ (FileSpec$, Attr%, Mouse%)
  176.     DECLARE FUNCTION GetFlag% (Flag%)
  177.     DECLARE FUNCTION GrAttrib% (ForeGround%, BackGround%)
  178.     DECLARE FUNCTION IsDir% (Test$)
  179.     DECLARE FUNCTION LegalName% (FileSpec$)
  180.     DECLARE FUNCTION LineUp$ (Num#, Places%, Comma%, Length%, Currency$)
  181.     DECLARE FUNCTION LongDate$(Day%, Month%, Year%)
  182.     DECLARE FUNCTION Match% (Start%, Search$, Pattern$)
  183.     DECLARE FUNCTION NextWord$ (Last$)
  184.     DECLARE FUNCTION RevInput$ (Max%, Visible%, Default$, Legal$, Ctx%,_
  185.                                 Topic$, Mask%, HotKey%)
  186.     DECLARE FUNCTION RootName$ (Path$, Extension%)
  187.     DECLARE FUNCTION Round$ (Number#, Places%)
  188.     DECLARE FUNCTION Salute$ (Original$)
  189.     DECLARE FUNCTION ScreenMode% ()
  190.     DECLARE FUNCTION StripQuote$ (Source$)
  191.     DECLARE FUNCTION UnPad$ (Text$, Length%)
  192.     DECLARE SUB BarMenu (P1%, P2%, P3%, Menu$(), P5%, P6%,_
  193.                          P7%, P8$, Mouse%, HotKeys%)
  194.     DECLARE SUB CheckPrinter (Printer%, Ready%)
  195.     DECLARE SUB Media (Set%, Drive$, Volume$, Serial$, FileSy$)
  196.     DECLARE SUB Panel (Row%, Col%, Rows%, Cols%, Border%, Attr%)
  197.     DECLARE SUB PickList (Selected%, Title$, Array() AS STRING, Attr%, Mouse%)
  198.     DECLARE SUB SetFlag (Flag%, Setting%)
  199.     DECLARE SUB SortFile (PathName$, OffSet%, FieldLen%, RecordLen%, Done%)
  200.     DECLARE SUB SplitName (Source$, Title$, Initial$, SurName$)
  201.     DECLARE SUB VerMenu (P1%, P2%, P3%, P4%, P5%, P6$, Menu$(),_
  202.                          P8%, P9%, P10%, P11%, P12$, Mouse%, HotKeys%)
  203.     DECLARE SUB VideoMode (Colour%, MaxRes%, VideoRam%)
  204.  
  205. ' ┌────────────────────────────────────────────────────────────────────────┐
  206. ' │     (c) 1992 By Christy Gemmell and Singular SoftWare                  │
  207. ' └────────────────────────────────────────────────────────────────────────┘
  208.