Microsoft DirectX 8.0 (Visual Basic)

DPL_APPLICATION_INFO

DirectPlay8LobbyClient.GetLocalProgram メソッドで返され、ロビー アプリケーションを記述する。

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

メンバ

ApplicationName
ロビー アプリケーションの名前。
guidApplication
ロビー アプリケーションの GUID を指定する String
lFlags
ロビー アプリケーションの現在の状態を記述する CONST_DPLSESSION 列挙の定数の 1 つ。
lNumRunning
アプリケーションのインスタンス数。
lNumWaiting
ロビー アプリケーションへの接続を待つクライアントの数。