VCL RAD DirectX for C++ Builder

Welcome to

www.tdxlibrary.org

Home of the
the TDx_Library...

=- RAD DirectX =-

"RAD DirectX"
for
C++ Builder

...

Welcome to tdxlibrary.org Latest News

Development Tools Demo Applications Step-By-Step Tutorials Component Reference

Register our Tools Available Downloads

Frequently Asked Questions Links to other sites Information about the tdxlibrary.org website


    TDx_Play_Library v2.00 Component Reference

    -= Click to navigate the reference =-
    Go to the Welcome Page

    [ TDPCaps::Flags ]     [ next: HeaderLength ]     [ prev: ErrorValue ]

    public:

        __property dword Flags = { read=FGetFlags, write=FSetFlags, default=0 };




    -= Go to the TDPCaps description =-    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.



























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Links |  Site Information

This page is Copyright © 2019 Darren John Dwyer, Australia. All Rights Reserved.
Borland C++ Builder, CBuilder, etc are Trademarks of Borland Corporation.
DirectX, DirectDraw, Windows, etc are Trademarks of Microsoft Corporation.