www.BCB-Tools.com

Home of
RAD DirectX
for
C++ Builder

...

C++ Builder wrapping DirectX

...

Please Register

So we can
create more

the TDx_Library
the TDx9_Library



Welcome to BCB-Tools.com Latest News

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

Register Here! Available Downloads

Frequently Asked Questions Discussion Forums Receive emails from BCB-Tools.com Send us some Feedback

Links to other sites Information about the BCB-Tools.com website


    TDx_Play_Library v1.90 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: admin@bcb-tools.com.



























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Forums |  Feedback |  Mailing List |  Links |  Site Information

This page is Copyright © 2008 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.