DPLMSG_SYSTEMMESSAGE
The structure of a system message passed between the lobby and an application.
Syntax
typedef struct { DWORD dwType; GUID guidInstance; } DPLMSG_SYSTEMMESSAGE, FAR *LPDPLMSG_SYSTEMMESSAGE;Members
- dwType
- Identifies what type of system message has been received.
- DPLSYS_APPTERMINATED
- Indicates the application started by IDirectPlayLobby3::RunApplication has terminated.
- DPLSYS_CONNECTIONSETTINGSREAD
- Indicates the application started by the IDirectPlayLobby3::RunApplication method has read the connection settings.
- DPLSYS_DPLAYCONNECTFAILED
- Indicates the application started by IDirectPlayLobby3::RunApplication failed to connect to a session.
- DPLSYS_DPLAYCONNECTSUCCEEDED
- Indicates the application started by IDirectPlayLobby3::RunApplication has created a session and is ready for other applications to join or has successfully joined a session.
- DPLSYS_NEWCONNECTIONSETTINGS
- Indicates that a waiting application application was found when a lobby client called RunApplication. The waiting application can now read the connection settings with GetConnectionSettings and join a session using ConnectEx.
- guidInstance
- GUID identifying the instance of the DirectPlay session that this message corresponds to.
Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.