Give Us a Call: +1-877-99-BOPUP

IServerClientVBA::ModifyAccount method

Retrieves information on current user account with a set of modification flags from the IM server.

Public Sub ModifyAccount(     ByRef AccountPtr As Long,     ByRef ResultCode As Long )

Parameters

Account
[in, out] Pointer to a variable of AccountStruct type that receives information on current user account. The Account member of the type must contain user account name whose account is being retrieved. 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.
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.