Microsoft DirectX 8.1 (Visual Basic)

DirectPlayVoiceEvent8.HostMigrated

Called when the voice host has changed.

HostMigrated(NewHostID As Long, _
     NewServer As DirectPlayVoiceServer8)

Parts

NewHostID
Long value set to the ID of the new voice host.
NewServer
If the local client has become the new voice session host, this member will point to a newly created DirectPlayVoiceServer8 object that can be used by the local client for providing host services. If the local client is not the new host, then this member will be NULL.