Microsoft DirectX 8.1 (Visual Basic)

CONST_DPLSESSION

Used in the lStatus parameter of the DirectPlay8LobbiedApplication.UpdateStatus method to set the current state of the connection between the lobby client and the lobbied application.

Enum CONST_DPLSESSION
    DPLSESSION_CONNECTED = 1
    DPLSESSION_COULDNOTCONNECT = 2
    DPLSESSION_DISCONNECTED = 3
    DPLSESSION_HOSTMIGRATED = 5
    DPLSESSION_HOSTMIGRATEDHERE = 6
    DPLSESSION_TERMINATED = 4
End Enum

Constants

DPLSESSION_CONNECTED
The lobbied application is currently connected to a session.
DPLSESSION_COULDNOTCONNECT
The lobbied application could not connect to the session.
DPLSESSION_DISCONNECTED
The lobbied application is currently disconnected from the session.
DPLSESSION_HOSTMIGRATED
The host of a peer-to-peer session has migrated. The local client is not the new host.
DPLSESSION_HOSTMIGRATEDHERE
The host of a peer-to-peer session has migrated. The local client is the new host.
DPLSESSION_TERMINATED
The connection between session host and the lobbied application has been terminated.