Platform SDK: Active Directory, ADSI, and Directory Services |
The ADS_SEARCH_COLUMN structure 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, *PADS_SEARCH_COLUMN;
The ADS_SEARCH_COLUMN structure only contains a pointer to the array of ADSVALUE structures. Memory for the structure must be allocated separately.
To see how ADS_SEARCH_COLUMN is used, see the IDirectorySearch::GetColumn method.
Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with DSClient).
Windows 95/98: Requires Windows 95 or later (with DSClient).
Header: Declared in Iads.h.
ADSI Structures, ADSTYPEENUM, ADSVALUE, IDirectorySearch::GetColumn