Specifies the contents of a search column in the query returned from the directory service database.
typedef struct ads_search_column
    {
    LPWSTR pszAttrName;
    ADSTYPE dwADsType;
    PADSVALUE pADsValues;
    DWORD dwNumValues;
    HANDLE hReserved;
    }    ADS_SEARCH_COLUMN;
 
typedef struct ads_search_column __RPC_FAR *PADS_SEARCH_COLUMN;
 The ADS_SEARCH_COLUMN structure contains only a pointer to the array of ADSVALUE structures. Memory for the structure must be allocated separately.