Rufen Sie uns an: +1-877-99-BOPUP

IServerClient::ViewAccount method

Retrieves information on specific user account from the IM server.

HRESULT ViewAccount(     LPDWORD lpTransferAccountStruct,     LPDWORD lpdwExtendedCode, );

Parameters

lpTransferAccountStruct
[out] Pointer to a TRANSFER_ACCOUNT_STRUCT structure that receives information on user account. The lpszAccount member of the structure must contain user account name whose information is retrieved.
lpdwExtendedCode
[out] Pointer to a DWORD variable 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 lpdwExtendedCode variable to get extended information on the error.