Microsoft DirectX 8.1 (C++)

DPL_APPLICATION_INFO

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

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.

Requirements

  Windows NT/2000/XP: Available as a redistributable for Windows 2000 and later.
  Windows 98/Me: Available as a redistributable for Windows 98 and later.
  Header: Declared in Dplobby8.h.