Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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
None.
Requirements
| Header | bthapi.h, bthapi.idl |
| Library | Btdrt.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |