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::Get() ]     [ next: QuerySupport() ]     [ prev: Destroy() ]

    public:

         virtual bool __fastcall Get( REFGUID pPropertySet, ulong pId, void* pInstanceData, ulong pInstanceLength, void* pPropertyData, ulong pDataLength, ulong* pBytesReturned );





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

    • Description

        The TDx_SoundKsPropertySet::Get method will return the value currently set for a property.

        The value of the property will be copied to the buffer referenced by the PropertyData parameter of this method.

        The format of the data in the InstanceData and Property parameters is item specific.

        If the method call fails, the OnError event may be triggered with the following value:
        E_POINTER

    • Parameters

        PropertySet
        The PropertySet parameter defines the GUID of the property set to be accessed.

        Id
        The Id parameter defines the identifier of the individual property to be retrieved.
        This must be a property contained within the property set indicated by the PropertySetId parameter of this method.
        This identifier is indexed from zero and will always be consistant for a given property set GUID.

        InstanceData
        The InstanceData parameter references the instance data for the retrieval.

        InstanceLength
        The InstanceLength parameter number of bytes referenced by the InstanceData parameter of this method.

        PropertyData
        The PropertyData parameter references the property data buffer for the retrieval.

        DataLength
        The DataLength parameter defines number of bytes referenced by the PropertyData parameter of this method.

        BytesReturned
        The BytesReturned parameter defines the number of bytes written to the PropertyData parameter of this method.


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