Give Us a Call: +1-877-99-BOPUP

ContactStatus notification

Notifies the IM client application some user's presence status from the Contact List and/or group contacts has been changed. VBNotification.ContactStatus is sent in the form of a VBNotification.NOTIFY_SERVER_MESSAGE message.

VBNotification.ContactStatus = wParam lpVBContactStruct = CType(Marshal.PtrToStructure(lParam, GetType(VBContactStruct)), VBContactStruct)

Parameters

lpVBContactStruct
Variable of VBContactStruct structure that contains information on the contact's presense status.

Return Value

The return value is ignored.