ReactOS 0.4.16-dev-91-g764881a
|
#include <dplay.h>
Public Attributes | |
DWORD | dwSize |
DWORD | dwFlags |
union { | |
LPWSTR lpszShortName | |
LPSTR lpszShortNameA | |
} | DUMMYUNIONNAME1 |
union { | |
LPWSTR lpszLongName | |
LPSTR lpszLongNameA | |
} | DUMMYUNIONNAME2 |
union { ... } tagDPNAME::DUMMYUNIONNAME1 |
union { ... } tagDPNAME::DUMMYUNIONNAME2 |
DWORD tagDPNAME::dwFlags |
Definition at line 189 of file dplay.h.
Referenced by IDirectPlay4AImpl_EnumConnections().
DWORD tagDPNAME::dwSize |
Definition at line 188 of file dplay.h.
Referenced by DP_CopyDPNAMEStruct(), DP_IF_GetGroupName(), DP_IF_GetPlayerName(), IDirectPlay4AImpl_EnumConnections(), test_CreateGroup(), and test_PlayerName().
LPWSTR tagDPNAME::lpszLongName |
Definition at line 199 of file dplay.h.
Referenced by DP_CopyDPNAMEStruct(), and DPLAYX_SizeOfLobbyDataW().
LPSTR tagDPNAME::lpszLongNameA |
Definition at line 200 of file dplay.h.
Referenced by DP_CopyDPNAMEStruct(), DP_DeleteDPNameStruct(), DP_IF_GetGroupName(), DP_IF_GetPlayerName(), DPLAYX_SizeOfLobbyDataA(), and IDirectPlay4AImpl_EnumConnections().
LPWSTR tagDPNAME::lpszShortName |
Definition at line 193 of file dplay.h.
Referenced by DP_CopyDPNAMEStruct(), and DPLAYX_SizeOfLobbyDataW().
LPSTR tagDPNAME::lpszShortNameA |
Definition at line 194 of file dplay.h.
Referenced by DP_CopyDPNAMEStruct(), DP_DeleteDPNameStruct(), DP_IF_GetGroupName(), DP_IF_GetPlayerName(), DPLAYX_SizeOfLobbyDataA(), and IDirectPlay4AImpl_EnumConnections().