DsFreeNameResult function
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 Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
DsFreeNameResultW (Unicode) and DsFreeNameResultA (ANSI) |
See also
Show: