Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.