This function returns a value that specifies the number of PCI base address areas (BARs).
Language
|
Description
|
C/C++
|
ULONG GetNumOfPciBars ( HANDLE hPci );
|
Delphi
|
function GetNumOfPciBars ( hPci: THandle ): Longword; stdcall;
|
VB
|
Function GetNumOfPciBars( ByVal hPci As Long ) As Long
|
Parameters:
hPci - the handle returned by a successful call to OpenRapidPci
Return Value :
Specifies the number of PCI base address areas (BARs).
|