Specifications
C/C++ & DLL Libraries •• 37
@ Syntax
Visual C++ (Windows 95/98)
int W_7200_Initial (U8 card_number, U16 *base_addresss, U8
*irq_no)
Visual Basic (Windows 95/98)
W_7200_Initial (ByVal card_number As Byte, base_addresss As
Integer, irq_no As Byte) As Long
C/C++ (DOS)
int _7200_Initial (U8 card_number, U16 *base_addresss, U8
*irq_no)
@ Argument
card_number : the card number to be initialized, only four cards
can be initialized, the card number must be
CARD_1, CARD_2, CARD_3 or CARD_4.
base_address : the I/O port base address of the card, it is
assigned by system BIOS.
irq_no : system will give an available interrupt number to
this card automatically.
@ Return Code
ERR_NoError
ERR_InvalidBoardNumber
ERR_PCIBiosNotExist
ERR_PCICardNotExist
ERR_PCIIrqNotExist
ERR_BaseAddressError