TBApiAbortDriver API Call

 

Description

Causes the driver to close all connections and release all resources.

Parameters

None.

Returns

None.

Notes

This call is used during the driver un-install process to free resources prior to deletion.

 

Visual C++ Declaration/example

 

void TBAPI TBApiAbortDriver();

 

Visual Basic Declaration/example

 

Public Declare Sub TBApiAbortDriver Lib "TBapi" Alias “_DLL_TBApiAbortDriver@0" ()