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_Sound_Library v2.00 Component Reference

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

    [ TDx_SoundKsPropertySet::QuerySupport() ]     [ next: Set() ]     [ prev: Get() ]

    public:

         virtual bool __fastcall QuerySupport( REFGUID pPropertySetId, ulong pPropertyId, ulong* pSupport );





    -= Go to the TDx_SoundKsPropertySet description =-    TDX_SOUNDKSPROPERTYSET::QUERYSUPPORT()   [ component method ]

    • Description

        The TDx_SoundKsPropertySet::QuerySupport method will determine whether a component supports a specific property set.

        If the method call fails, the OnError event will be triggered with one of the following values:
        E_NOTIMPL
        E_POINTER

    • Parameters

        PropertySetId
        The PropertySetId parameter defines the GUID of the property set.

        PropertyId
        The PropertyId parameter defines the identifier of the property within the property set to check for support.
        This identifier is indexed from zero and will always be consistant for a given property set GUID.

        Support
        The Support parameter will reference flags indicating the support available for the specified property if this method returns successfully.
        The described effect applies when the flag is set.
        This parameter will be set to zero if the property or property set does not exist.

          KSPROPERTY_SUPPORT_GET
          The property can be read using TDx_SoundKsPropertySet::Get.

          KSPROPERTY_SUPPORT_SET
          The property can be changed using TDx_SoundKsPropertySet::Set.


    • 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.