PCI-P16R16 Series Classic Driver
DLL Software Manual
User Manual, Ver. 1.3, Oct. 2015, Page: 19
PCI_DriverClose
Terminates the device driver (napwnt.sys for window NT/2K/XP/Vista/7, nappci.vxd for Windows
95/98). In DOS version, this function is provided just for uniformity or Win32 program. It can only
return a NoError.
Syntax:
vio
PCI_DriverClose
(void);
Parameters:
None
Returns:
None
PCI_GetDriverVersion
Gets the version number of device driver (nappci.vxd for windows 95/98, napwnt.sys for Windows
NT/2K/XP/Vista/7)
Syntax:
WORD
PCI_GetDriverVersion
(WORD
*wDriverVersion
);
Parameters:
*wDriverVersion
[Input]
Address of wDriverVersion. wDriverVersion = 200 [hex]
Version 2.00
Returns:
Refer to “