Skip to content

Latest commit

 

History

History
83 lines (66 loc) · 2.7 KB

nf-ntdsapi-dsfreenameresulta.md

File metadata and controls

83 lines (66 loc) · 2.7 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ntdsapi.DsFreeNameResultA
DsFreeNameResultA function (ntdsapi.h)
Frees the memory held by a DS_NAME_RESULT structure. (ANSI)
DsFreeNameResultA
ntdsapi/DsFreeNameResultA
ad\dsfreenameresult.htm
ad
210650a6-70b9-4d4f-b99a-106afd3fe615
12/05/2018
DsFreeNameResult, DsFreeNameResult function [Active Directory], DsFreeNameResultA, DsFreeNameResultW, _glines_dsfreenameresult, ad.dsfreenameresult, ntdsapi/DsFreeNameResult, ntdsapi/DsFreeNameResultA, ntdsapi/DsFreeNameResultW
ntdsapi.h
Windows
Windows Vista
Windows Server 2008
DsFreeNameResultW (Unicode) and DsFreeNameResultA (ANSI)
Ntdsapi.lib
Ntdsapi.dll
Windows
19H1
DsFreeNameResultA
ntdsapi/DsFreeNameResultA
c++
APIRef
kbSyntax
DllExport
Ntdsapi.dll
API-MS-Win-Security-ActiveDirectoryClient-l1-1-0.dll
KernelBase.dll
API-Ms-Win-Security-ActiveDirectoryClient-L1-1-1.dll
DsFreeNameResult
DsFreeNameResultA
DsFreeNameResultW

DsFreeNameResultA function

-description

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.

-parameters

-param pResult

Pointer to the DS_NAME_RESULT structure to be freed.

-see-also

DS_NAME_RESULT

Domain Controller and Replication Management Functions

DsCrackNames

-remarks

Note

The ntdsapi.h header defines DsFreeNameResult as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.