?/TD>
Microsoft DirectX 9.0

DPL_APPLICATION_INFO Structure


Used in the pEnumData parameter of the IDirectPlay8LobbyClient::EnumLocalPrograms method to describe the lobbied application.

Syntax

typedef struct _DPL_APPLICATION_INFO {
    GUID guidApplication;
    PWSTR pwszApplicationName;
    DWORD dwNumRunning;
    DWORD dwNumWaiting;
    DWORD dwFlags;
} DPL_APPLICATION_INFO, *PDPL_APPLICATION_INFO;

Members

guidApplication
Variable of type GUID specifying the lobbied application.
pwszApplicationName
Pointer to a variable of type WSTR containing the name of the lobbied application.
dwNumRunning
Number of instances of the application.
dwNumWaiting
Number of clients waiting to connect to the lobbied application.
dwFlags
Reserved. Must be 0.

Structure Information

Headerdplobby8.h
Minimum operating systems Windows 98, Pocket PC 2002


© 2002 Microsoft Corporation. All rights reserved.