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