TBApiReinit API Call

 

Description

Requests the specified device to re-execute the driver load and controller load macros.

Parameters

Device handle to reinitialise.

Returns

0 = fail, 1 = OK.

Notes

If the macro fails this function will still return OK. Use TBApiGetMacroStatus to determine whether a macro succeeded.

 

Visual C++ Declaration/example

 

BOOL TBAPI TBApiReinit(HTBDEVICE aDeviceHandle);

 

Visual Basic Declaration/example

 

Public Declare Function TBApiReinit Lib "TBapi" Alias “_DLL_TBApiReinit@4" (ByVal aDeviceHandle As Byte) As Long