Partager via


ISdpRecord::GetAttributeList

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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.