IDirectorySearch::FreeColumn method (iads.h)

The IDirectorySearch::FreeColumn method releases memory that the IDirectorySearch::GetColumn method allocated for data for the column.

Syntax

HRESULT FreeColumn(
  [in] PADS_SEARCH_COLUMN pSearchColumn
);

Parameters

[in] pSearchColumn

Provides a pointer to the column to be freed.

Return value

This method returns the standard return values, as well as the following:

For other return values, see ADSI Error Codes.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header iads.h
DLL Activeds.dll; Adsldp.dll; Adsldpc.dll

See also

ADSI Error Codes

IDirectorySearch

IDirectorySearch::GetColumn