Microsoft DirectX 8.1 (Visual Basic)

CONST_DPLCONNECT

Used in the lFlags parameter of the DirectPlay8LobbyClient.ConnectApplication method to determine connection behavior.

Enum CONST_DPLCONNECT
    DPLCONNECT_LAUNCHNEW = 1
    DPLCONNECT_LAUNCHNOTFOUND = 2
End Enum

Constants

DPLCONNECT_LAUNCHNEW
Launch a new instance of the application.
DPLCONNECT_LAUNCHNOTFOUND
Launch a new instance of the application if there is no application running that can supply launch settings.