Microsoft DirectX 8.1 (Visual Basic)

DirectPlay8Event.InfoNotify

Called when the information for a client, server, peer, or group has been updated.

InfoNotify(lMsgID As Long, _
    lNotifyID As Long, _
    fRejectMsg As Boolean)

Parts

lMsgID
This will be set to one of the following constants.
DPN_MSGID_CLIENT_INFO
The client information has changed.
DPN_MSGID_GROUP_INFO
The group information has changed.
DPN_MSGID_PEER_INFO
The peer information has changed.
DPN_MSGID_SERVER_INFO
The server information has changed.
lNotifyID
Notification ID.
fRejectMsg
Parameter is not supported in this release.