Read the PCI command register.
Language
|
Description
|
C/C++
|
USHORT ReadPciCommandReg ( HANDLE hPci );
|
Delphi
|
function ReadPciCommandReg ( hPci: THandle ): Word; stdcall;
|
VB
|
Function ReadPciCommandReg ( ByVal hPci As Long ) As Integer
|
Parameters:
hPci - the handle returned by a successful call to OpenRapidPci
ClearMask - specifies which bits to clear after reading (0-9).
Return Value :
The 16-bit word read from the PCI command register.
|