Contains the attribute list.
#include <winsock/nwws2ext.h>
typedef struct _WSABlobAttrList
{
DWORD dwSignature;
DWORD dwAttrCount;
WSAATTRINFO lpAttributes;
} WSABLOBATTRLIST, *LPWSABLOBATTRLIST;
Specifies the format of the attribute names and values:
Specifies the number of WSAATTRINFO structures presented in the blob.
Points to the first WSAATTRINFO structure.
When the blob is returned by WSALookupServiceNext (see Windows* Sockets 2 Application Programming Interface, the WSAATTRINFO structures immediately follow the WSABLOBATTRLIST structure. The attribute names and values pointed to by the WSAATTRINFO structures follow the array of WSAATTRINFO structures.