DsFreeNameResult function (Windows)

Switch View :
ScriptFree
DsFreeNameResult function

Applies to: desktop apps only

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.

Syntax

void WINAPI DsFreeNameResult(
  DS_NAME_RESULT *pResult
);

Parameters

pResult

Pointer to the DS_NAME_RESULT structure to be freed.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Redistributable

Active Directory Client Extension onWindows NT 4.0andWindows Me/98/95

Header

Ntdsapi.h

Library

Ntdsapi.lib

DLL

Ntdsapi.dll

Unicode and ANSI names

DsFreeNameResultW (Unicode) and DsFreeNameResultA (ANSI)

See also

DS_NAME_RESULT
DsCrackNames
Domain Controller and Replication Management Functions

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012