EssListLogins

Description

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

Syntax
ESS_FUNC_M EssListLogins (hCtx, count, logins);
ESS_HCTX_ThCtx
ESS_SPUSHORT_Tcount
ESS_PPLOGININFO_Tlogins

Parameters

hCtxEssbase API context handle.
countPointer to the number of logins in the login list returned from the server.
loginsPointer to an array of a ESS_LOGININFO_T structures which contain login information.

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 EssInit().

Example



See Also

EssAutoLogin()
EssInit()
EssListDatabases
EssLogout()
EssSetActive()