Generic structure of system messages passed between the lobby client and an application.
typedef struct {
DWORD dwType;
} DPL_GENERIC, FAR *LPDPLMSG_GENERIC;
Members
Identifies what type of system message has been received.
Indicates the application started by IDirectPlayLobby2::RunApplication has terminated.
Indicates the application started by the IDirectPlayLobby2::RunApplication method has read the connection settings.
Indicates the application started by IDirectPlayLobby2::RunApplication failed to connect to a session.
Indicates the application started by IDirectPlayLobby2::RunApplication has created a session and is ready for other applications to join or has successfully joined a session.