TBApiOpen API Call

 

Description

Establishes a connection to the device driver.

Parameters

None.

Returns

0 = fail, 1 = OK.

Notes

Most API functions require an open connection.

See also

TBApiClose - Closes the connection to the device driver.

 

Visual C++ Declaration/example

 

BOOL TBAPI TBApiOpen();

 

Visual Basic Declaration/example

 

Public Declare Function TBApiOpen Lib "TBapi" Alias "_DLL_TBApiOpen@0" () As Long