ISdpRecord::GetAttributeList (Compact 2013)

3/26/2014

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

Syntax

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 Value

Returns S_OK on success; otherwise returns standard HRESULT values as appropriate.

See Also

Reference

ISdpRecord

Other Resources

CoTaskMemFree