Platform SDK: Active Directory, ADSI, and Directory Services

DsFreeNameResult

The DsFreeNameResult function frees the memory held by a DS_NAME_RESULT structure. Use this function to free the memory allocated by the DsCrackNames function.

VOID DsFreeNameResult(
  DS_NAME_RESULTW *pResult
);

Parameters

pResult
Pointer to a DS_NAME_RESULT structure.

Return Values

None.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Ntdsapi.h.
  Library: Included as a resource in Ntdsapi.dll.
  Unicode: Implemented as Unicode and ANSI versions on Windows 2000.

See Also

DC and Replication Management Functions, DsCrackNames, DS_NAME_RESULT