EsbTerm

Rerminates the VB API and releases all system resources used by the VB API.

Syntax

EsbTerm (hInst)
ByVal hInst As Long
ParameterDescription

hInst

VB API instance handle.

Notes

Return Value

None.

Access

This function requires no special access.

Example

Declare Function EsbTerm Lib "ESBAPIN" (ByVal hInst As Long) As Long
Sub ESB_Term ()
   Dim sts As Long   '*****************************
   ' Terminate the VB API
   '***************************** 
   sts = EsbTerm (hInst)
End Sub

See Also

  • EsbInit