PCI-P16R16 Series Classic Driver
DLL Software Manual
User Manual, Ver. 1.3, Oct. 2015, Page: 13
3.1
Error Code Table
For the most errors, it is recommended to check:
1.
Does the device driver installs successful?
2.
Does the card have plugged?
3.
Does the card conflicts with other device?
4.
Close other applications to free the system resources.
5.
Try to use another slot to plug the card.
6.
Restart your system to try again.
The return codes of DLLs are defined as follows:
Error Code
Error ID
Error String
0
NoError
OK (No Error)
1
DriverHandleError
Return handle is wrong when open device driver.
2
DriverCallError
Can’t open the NAPPCI.VXD or NAPWNT.SYS in Windows
3
NotFoundBoard
Can’t detect the board on the system
4
FindBoardError
Can’t find the board on the system
5
ExceedBoardNumber
Invalidate board number
(Valid range: 0 to TotalBoard -1 )