Microsoft DirectX 8.1 (Visual Basic)

CONST_DVSESSION

Used in the lFlags member of the DVSESSIONDESC type to control session behavior.

Enum CONST_DVSESSION
    DVSESSION_NOHOSTMIGRATION = 1
    DVSESSION_SERVERCONTROLTARGET = 2
End Enum

Constants

DVSESSION_NOHOSTMIGRATION
The voice host will not migrate regardless of the transport settings. If this flag is not specified, the voice host will migrate if the transport supports it.
DVSESSION_SERVERCONTROLTARGET
Only the server player can control the clients' speech target. If the server player does not specify this flag, only the clients can control their speech target. This flag can be specified only in multicast and mixing sessions.