Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDx_Play::GetPlayerCaps() ]
[ next: GetPlayerData() ]
[ prev: GetPlayerAddress() ]
public:
virtual bool __fastcall GetPlayerCaps( DPID pPlayer, TDPCaps* pPlayerCaps, dword pFlags );
TDX_PLAY::GETPLAYERCAPS()
[ component method ]
- Description
- Parameters
Player
The Player parameter identifies the player whose capabilities are to be retrieved.
PlayerCaps
The PlayerCaps reference a TDPCaps component for holding the players capabilities if this method returns successfully.
Flags
The Flags parameter defines a flag indicating the messaging type for which the players capabilities are to be retrieved.
The described effect applies when the flag is set.
The default setting of zero results in capabilities being retrieved for nonguaranteed messaging.
DPGETCAPS_GUARANTEED
The guaranteed message delivery capabilties of the player are to be retrieved.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|