EsbListLogins

Description

EsbListLogins() returns the list of login instances in the current session.

Syntax
Declare Function EsbListLogins Lib "esbapin" (
ByVal hCtx As Long,
      pItems As Integer) As Long

Parameters

hCtx Essbase API context handle.
pItems The number of logins in the login list returned from the server.

Return Value

If successful, returns login information and a count of current logins.

Notes

Access

Before calling this function, you must first initialize the API and obtain a valid instance handle by calling EsbInit().

Example

See Also