Platform SDK: DirectX

CONST_DPLCONNECTIONFLAGS

The members of the CONST_DPLCONNECTIONFLAGS enumeration are used in the flags of the DirectPlayLobbyConnection object.

Enum CONST_DPLCONNECTIONFLAGS
    DPLCONNECTION_CREATESESSION = 2
    DPLCONNECTION_JOINSESSION =   1
End Enum
DPLCONNECTION_CREATESESSION
Create a new session as described in the session description.
DPLCONNECTION_JOINSESSION
Join the existing session as described in the session description.

See Also

DirectPlayLobbyConnection.GetFlags, DirectPlayLobbyConnection.SetFlags