Share via


ISdpRecord::GetAttributeList (Windows CE 5.0)

Send Feedback

This method retrieves the list of attributes contained in an SDP record.

HRESULT GetAttributeList(USHORT** ppList,ULONG* pListSize);

Parameters

  • ppList
    [out] Destination pointer for the list of attributes. The CoTaskMemFree function must be called to free the allocated memory of the returned buffer.
  • pListSize
    [out] Size of the list specified by the ppList parameter.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.

See Also

CoTaskMemFree | ISdpRecord

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.