INT_PTR CSametimeProto::onMenuLeaveChat(WPARAM wParam, LPARAM lParam) { MCONTACT hContact = (MCONTACT)wParam; debugLog(_T("CSametimeProto::onMenuLeaveChat() hContact=[%x]"), hContact); ChatDeleted(hContact); return 0; }
int CSametimeProto::OnSametimeContactDeleted(WPARAM hContact, LPARAM) { ContactDeleted(hContact); ChatDeleted(hContact); return 0; }