Platform SDK: TAPI |
The ITAttributeList interface supplies methods for getting and setting of uninterpreted attributes. Regarding the position of the attribute strings in a Session Descriptor Protocol (SDP, see RFC 2327) packet, the methods assume that all attribute strings exist just before the media attributes are specified and after all the common attributes.
IUnknown Methods
IDispatch Methods
ITAttributeList Methods | Description |
---|---|
get_Count | Gets the number of attributes. |
get_Item | Gets the attribute specified by the index. |
Add | Adds the attribute at the specified index. |
Delete | Deletes the attribute at the specified index |
get_AttributeList | Gets the list of attributes. |
put_AttributeList | Sets the list of attributes. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Sdpblb.h.
Library: Use Sdpblbid.lib.