dsfreenameresult (ntdsapi)
Last changed: anonymous

.
Summary
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.

C# Signature:

[DllImport("ntdsapi.dll", CharSet=CharSet.Auto)]
static public extern void DsFreeNameResult(IntPtr pResult /* DS_NAME_RESULT* */);

VB Signature:

Declare Function DsFreeNameResult Lib "ntdsapi.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation