SVC HAS VISITOR

From LIVECHAT Developer Zone Wiki

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


Parameters
wParam
LPCTSTR visitor_id
lParam
bool* is_present


Return values

  • Returns API_ERROR if operation failed otherwise API_SUCCESS


Sample code

       CString visitor = _T("visitors_id");
       bool is_present;

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