PCI Configuration Space Manager
Marcel Sondaar
| pci_mgr.bas | PCI Configuration Space Manager |
| Functions | |
| ModMain | Initialises the interface |
| pcimgr_handler | handles the incoming calls |
| pcimgr_handlerstub | converts the register calling convention into a FB-compatible convention |
Sub pcimgr_handler ( ByVal f As Long, ByVal device As Long, ByVal param3 As Long, ByVal param4 As Long )
handles the incoming calls
| f | first (mangled) parameter |
| device | second parameter |
| param3 | third parameter |
| param4 | fourth parameter |
| f | first return paramter (success value) |
| device | second return parameter |
| param3 | third return parameter |
| param4 | fourth return parameter |
Initialises the interface
Public Sub ModMain CDecl Alias "main" ()
handles the incoming calls
Sub pcimgr_handler ( ByVal f As Long, ByVal device As Long, ByVal param3 As Long, ByVal param4 As Long )
converts the register calling convention into a FB-compatible convention
Sub pcimgr_handlerstub()