ReactOS 0.4.16-dev-91-g764881a
|
#include <dplay.h>
Public Attributes | |
DWORD | dwSize |
DWORD | dwFlags |
GUID | guidInstance |
GUID | guidApplication |
DWORD | dwMaxPlayers |
DWORD | dwCurrentPlayers |
union { | |
LPWSTR lpszSessionName | |
LPSTR lpszSessionNameA | |
} | DUMMYUNIONNAME1 |
union { | |
LPWSTR lpszPassword | |
LPSTR lpszPasswordA | |
} | DUMMYUNIONNAME2 |
DWORD | dwReserved1 |
DWORD | dwReserved2 |
DWORD | dwUser1 |
DWORD | dwUser2 |
DWORD | dwUser3 |
DWORD | dwUser4 |
union { ... } tagDPSESSIONDESC2::DUMMYUNIONNAME1 |
union { ... } tagDPSESSIONDESC2::DUMMYUNIONNAME2 |
DWORD tagDPSESSIONDESC2::dwCurrentPlayers |
Definition at line 239 of file dplay.h.
Referenced by EnumSessions_cb().
DWORD tagDPSESSIONDESC2::dwFlags |
Definition at line 233 of file dplay.h.
Referenced by create_session(), EnumSessions_cb(), EnumSessions_cb2(), EnumSessions_cb_join_secure(), test_CreateGroup(), test_CreatePlayer(), test_EnumSessions(), test_GetPlayerAccount(), test_groups_cs(), test_host_migration(), test_Open(), test_Send(), and test_SessionDesc().
DWORD tagDPSESSIONDESC2::dwMaxPlayers |
Definition at line 238 of file dplay.h.
Referenced by test_CreateGroup(), test_EnumSessions(), test_GetMessageCount(), test_GetMessageQueue(), test_GetPlayerAccount(), test_GetPlayerAddress(), test_GetPlayerCaps(), test_GetPlayerFlags(), test_GroupOwner(), test_groups_cs(), test_groups_p2p(), test_host_migration(), test_Open(), test_PlayerName(), test_Send(), and test_SessionDesc().
DWORD tagDPSESSIONDESC2::dwSize |
Definition at line 232 of file dplay.h.
Referenced by DP_SecureOpen(), DPLAYX_ConstructData(), DPLAYX_SetConnectionSettingsA(), EnumSessions_cb(), EnumSessions_cb2(), EnumSessions_cb_join(), EnumSessions_cb_join_secure(), NS_ReplyToEnumSessionsRequest(), test_CreateGroup(), test_CreatePlayer(), test_EnumGroups(), test_EnumGroupsInGroup(), test_EnumPlayers(), test_EnumSessions(), test_GetMessageCount(), test_GetMessageQueue(), test_GetPlayerAccount(), test_GetPlayerAddress(), test_GetPlayerCaps(), test_GetPlayerFlags(), test_GroupOwner(), test_groups_cs(), test_groups_p2p(), test_host_migration(), test_Open(), test_PlayerData(), test_PlayerName(), test_Receive(), test_remote_data_replication(), test_Send(), and test_SessionDesc().
GUID tagDPSESSIONDESC2::guidApplication |
Definition at line 235 of file dplay.h.
Referenced by EnumSessions_cb2(), EnumSessions_cb_join(), EnumSessions_cb_join_secure(), IDirectPlay4Impl_EnumSessions(), IDirectPlayLobby3AImpl_RunApplication(), test_CreateGroup(), test_CreatePlayer(), test_EnumGroups(), test_EnumGroupsInGroup(), test_EnumPlayers(), test_EnumSessions(), test_GetMessageCount(), test_GetMessageQueue(), test_GetPlayerAccount(), test_GetPlayerAddress(), test_GetPlayerCaps(), test_GetPlayerFlags(), test_GroupOwner(), test_groups_cs(), test_groups_p2p(), test_host_migration(), test_Open(), test_PlayerData(), test_PlayerName(), test_Receive(), test_remote_data_replication(), test_Send(), and test_SessionDesc().
GUID tagDPSESSIONDESC2::guidInstance |
Definition at line 234 of file dplay.h.
Referenced by EnumSessions_cb2(), EnumSessions_cb_EnumGroups(), EnumSessions_cb_EnumPlayers(), EnumSessions_cb_join(), EnumSessions_cb_join_secure(), NS_AddRemoteComputerAsNameServer(), test_Open(), and test_SessionDesc().
LPWSTR tagDPSESSIONDESC2::lpszPassword |
Definition at line 249 of file dplay.h.
Referenced by DP_CalcSessionDescSize(), DP_CopySessionDesc(), and DPLAYX_SizeOfLobbyDataW().
LPSTR tagDPSESSIONDESC2::lpszPasswordA |
Definition at line 250 of file dplay.h.
Referenced by DP_CalcSessionDescSize(), DP_CopySessionDesc(), and DPLAYX_SizeOfLobbyDataA().
LPWSTR tagDPSESSIONDESC2::lpszSessionName |
Definition at line 243 of file dplay.h.
Referenced by DP_CalcSessionDescSize(), DP_CopySessionDesc(), and DPLAYX_SizeOfLobbyDataW().
LPSTR tagDPSESSIONDESC2::lpszSessionNameA |
Definition at line 244 of file dplay.h.
Referenced by DP_CalcSessionDescSize(), DP_CopySessionDesc(), DPLAYX_SizeOfLobbyDataA(), and NS_ReplyToEnumSessionsRequest().