Contattaci: +1-877-99-BOPUP (877-992-6787)

IServerClientVBA::UpdateSession method

Updates current session opened with the IM server and sets new user's presence status, i.e. online, away.

Public Sub UpdateSession(     ByRef StatusPtr As Long,     ByRef ResultCode As Long )

Parameters

StatusPtr
[in] Pointer to a of StatusStruct type that contains information on a user's new presence status. To retrieve a pointer to a variable use VarPtr() function.
ResultCode
[out] Variable of Long type that gets an extended code if error result is returned. For available codes see Available Extended Codes topic.

Return Value

S_OK
The function was successful.
S_FALSE
The function was successful but no changes occurred. Check ResultCode variable to get extended information.
E_INVALIDARG
One or more arguments are incorrect.
E_FAIL
Some error occurred in the function. Check ResultCode variable to get extended information on the error.