SVC HAS BUDDY

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search
SVC_HAS_BUDDY
Determine whether buddy with specify id is present in the buddies list.


Parameters
wParam
LPCTSTR buddy_id
lParam
bool* is_present


Return values

  • Returns API_ERROR if operation failed otherwise API_SUCCESS


Sample code

       CString buddy = _T("buddys_id");
       bool is_present;

       call(SVC_HAS_BUDDY, (WPARAM) (LPCTSTR) buddy, (LPARAM) &is_present);
Personal tools