Platform SDK: DirectX |
DPLPROPERTY_LobbyGuid is used to identify the lobby software. If an application was designed to interoperate with a specific lobby using custom messages, this property can be used to identify the lobby.
However, an application should attempt to use standard messages whenever possible to be able to interoperate with as many lobbies as possible.
For this property, the dwPropertyData member of the DPLMSG_GETPROPERTYRESPONSE structure will contain the following:
GUID guidLobby;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dplobby.h.
Import Library: Use dplayx.lib.