Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDPCaps::Flags ]
[ next: HeaderLength ]
[ prev: ErrorValue ]
public:
__property dword Flags = { read=FGetFlags, write=FSetFlags, default=0 };
TDPCAPS::FLAGS
[ component property ]
- Description
The Flags property defines flags indicating the capabilities supported for the player or session.
The described effect applies when the flag is set.
TDx_Play::SendEx() capabilities will not be shown until the session has been created.
- Flags
DPCAPS_ASYNCCANCELALLSUPPORTED
Only all pending asynchronous messages may be cancelled.
Attempting to cancel specific unsent messages will return DPERR_UNSUPPORTED.
DPCAPS_ASYNCCANCELSUPPORTED
All types of unsent message cancellation are supported, including cancellation of all unsent messages.
DPCAPS_ASYNCSUPPORTED
Asychronous messages are supported.
This allows the DPSEND_ASYNC flag to be used with TDx_Play::SendEx(), but only if the DPSESSION_DIRECTPLAYPROTOCOL flag was set when the session was created or the service provider supports asynchronous messaging.
DPCAPS_ENCRYPTIONSUPPORTED
Support for message encryption is available.
This means this is a secure session or the service provider can encrypt messages.
DPCAPS_GROUPOPTIMIZED
Support for optimized group multicast messaging by the service provider is available.
DPCAPS_GUARANTEEDOPTIMIZED
Support for guaranteed message delivery by the service provider is available.
DPCAPS_GUARANTEEDSUPPORTED
Support for guaranteed message delivery by the service provider or DirectPlay emulation is available.
DPCAPS_ISHOST
This object is the session host.
DPCAPS_KEEPALIVEOPTIMIZED
Support for detecting session connection loss by the service provider is available.
DPCAPS_SENDPRIORITYSUPPORTED
Sending prioritized messages with TDx_Play::SendEx() is supported.
DPCAPS_SENDTIMEOUTSUPPORTED
Sending messages with a timeout specified by TDx_Play::SendEx() is supported.
DPCAPS_SIGNINGSUPPORTED
Support for message authentication is available.
This means this is a secure session or the service provider can encrypt messages.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|