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

IServerClient::GetContactList method

Receives the previously organized array of user contacts of current user (Contact List) stored on the IM server within the list of Organizational Units if available.

HRESULT GetContactList(     TRANSFER_CONTACT_LIST_STRUCT * lpTransferContactListStruct,     LPDWORD lpdwExtendedCode, );

Parameters

lpTransferContactListStruct
[out] Pointer to a TRANSFER_CONTACT_LIST_STRUCT variable that receives the number of retrieved user contacts and Organizational Units.
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. Check the lpdwExtendedCode variable to get extended information.
E_INVALIDARG
One or more arguments are incorrect.
E_FAIL
Some error occurred in the function. Check the lpdwExtendedCode variable to get extended information on the error.

Remarks

The received array of user contacts must be retrieved by subsequent call of IServerClient::EnumContactList function.