Microsoft DirectX 8.1 (Visual Basic)

DPL_APPLICATION_INFO

Returned in the DirectPlay8LobbyClient.GetLocalProgram method to describe the lobbied application.

Type DPL_APPLICATION_INFO
    ApplicationName As String
    guidApplication As String
    lFlags As CONST_DPLSESSION
    lNumRunning As Long
    lNumWaiting As Long
End Type

Members

ApplicationName
Name of the lobbied application.
guidApplication
String that specifies the GUID of the lobbied application.
lFlags
One of the constants of CONST_DPLSESSION enumeration that describes the current status of the lobbied application.
lNumRunning
Number of instances of the application.
lNumWaiting
Number of clients waiting to connect to the lobbied application.