pio_pci.bi

Initialize PIO regsets for PCI devices

Author

Marcel Sondaar

License

Public Domain

Summary
pio_pci.biInitialize PIO regsets for PCI devices
Functions
GetDeviceNameSynchronously gets the device name from the manager
GetDeviceParentSynchronously gets the device parent from the manager
GetDeviceLocationSynchronously gets the device name from the manager

Functions

GetDeviceName

Function GetDeviceName(ByVal devid As Integer) As String

Synchronously gets the device name from the manager

in

deviddevice id

out

returnstring device name

GetDeviceParent

Function GetDeviceParent(ByVal devid As Integer) As Integer

Synchronously gets the device parent from the manager

in

deviddevice id

out

returnparent device id, or zero on error

GetDeviceLocation

Function GetDeviceLocation(ByVal devid As Integer) As String

Synchronously gets the device name from the manager

in

deviddevice id

out

returnstring device name
Function GetDeviceName(ByVal devid As Integer) As String
Synchronously gets the device name from the manager
Function GetDeviceParent(ByVal devid As Integer) As Integer
Synchronously gets the device parent from the manager
Function GetDeviceLocation(ByVal devid As Integer) As String
Synchronously gets the device name from the manager