EsbClearActive

Clears the user's current active application and database.

Syntax

EsbClearActive (hCtx)
ByVal hCtx As Long
ParameterDescription

hCtx

VB API context handle.

Return Value

None.

Access

This function requires no special privileges.

Example

Declare Function EsbClearActive Lib "ESBAPIN" (ByVal hCtx As Long) As Long

Sub ESB_ClearActive ()
   Dim sts As Long   '*************
   ' Clear Active
   '*************
   sts = EsbClearActive (hCtx) 
End Sub

See Also