DPLMSG_GENERIC

typedef struct {

DWORD dwType;

} DPL_GENERIC, *LPDPLMSG_GENERIC;

Generic structure of system messages passed between the lobby client and an application.

dwType

Identifies what type of system message has been received.

DPLSYS_APPTERMINATED

Indicates the application started by IDirectPlayLobby::RunApplication has terminated.

DPLSYS_CONNECTIONSETTINGSREAD

Indicates the application started by the IDirectPlayLobby::RunApplication method has read the connection settings.

DPLSYS_DPLAYCONNECTFAILED

Indicates the application started by IDirectPlayLobby::RunApplication failed to connect to a session.

DPLSYS_DPLAYCONNECTSUCCEEDED

Indicates the application started by IDirectPlayLobby::RunApplication has created a session and is ready for other applications to join or successfully join a session.