NetValidatePasswordPolicyFree function
The NetValidatePasswordPolicyFree function frees the memory that the NetValidatePasswordPolicy function allocates for the OutputArg parameter, which is a NET_VALIDATE_OUTPUT_ARG structure.
Syntax
NET_API_STATUS NetValidatePasswordPolicyFree( _In_ LPVOID *OutputArg );
Parameters
- OutputArg [in]
-
Pointer to the memory allocated for the OutputArg parameter by a call to the NetValidatePasswordPolicy function.
Return value
If the function frees the memory, or if there is no memory to free from a previous call to NetValidatePasswordPolicy, the return value is NERR_Success.
If the function fails, the return value is a system error code. For a list of error codes, see System Error Codes.
Remarks
No special group membership is required to successfully execute this function.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also