This boolean function specifies whether the mode driver is open.
Language
|
Description
|
C/C++
|
BOOL IsRapidPciOpened ( HANDLE hPci )
|
Delphi
|
function IsRapidPciOpened ( hPci : THandle ) : BOOL; stdcall
|
VB
|
Function IsRapidPciOpened ( ByVal hPci As Long ) As Bool
|
Parameters:
hPci - the handle returned by a successful call to OpenRapidPci
Return Value :
TRUE if the driver is already open by OpenRapidPci(), or FALSE if it is not.
Comments:
Use immediately after OpenRapidPci() call to check if the driver was successfully opened or not.
See also: OpenRapidPci CloseRapidPci
|