Reads the location of the device at PCI bus (bus, device, function).
Language
|
Description
|
C/C++
|
void GetPciLocation ( HANDLE hPci, PCI_LOCATION * Location);
|
Delphi
|
procedure GetPciLocation ( hPci: THandle, var Location: PCI_LOCATION); stdcall
|
VB
|
Sub GetPciLocation ( ByVal hPci As Long, ByRef Location As PCI_LOCATION)
|
Parameters:
| hPci - the handle returned by a successful call to OpenRapidPci
|
| Location - hardware resources of the PCI device
|
Return Value :
|