[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    sbInit()

         Initiates the Sound Blaster and determines it's presence

    Syntax:

         sbInit() -> lError

    Description:

         Initiates the Sound Blaster and/or Sound Blaster Pro and determines
         it's presence giving back a logic.

         Remember that before calling this function you have to set up the
         IRQ and IO Address if the values you have set up on your system are
         not the default.  This means that if the IRQ is NOT 7h or the IO
         Address is NOT 220h.  Use the functions sbIO() and sbIRQ().

    Return:

         A logic value indicating if the Sound Blaster is available on the
         system at the IRQ and IO Address specified.

    Example:

         If sbInit()
           ? "There's a Sound Blaster Card"
         EndIf

See Also: sbIO() sbIRQ()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson