Platform SDK: DirectX

CONST_DPENUMCONNECTIONFLAGS

Members of the CONST_DPENUMCONNECTIONFLAGS enumeration are used in the DirectPlay4.GetDPEnumConnections method to specify what types of connections should be enumerated.

Enum CONST_DPENUMCONNECTIONFLAGS
    DPCONNECTION_DIRECTPLAY = 1
    DPCONNECTION_DIRECTPLAYLOBBY = 2
End Enum
DPCONNECTION_DIRECTPLAY
Enumerate DirectPlay service providers to communicate in an application session.
DPCONNECTION_DIRECTPLAYLOBBY
Enumerate DirectPlay lobby providers to communicate with a lobby server.