Applies to: desktop apps only
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 |
|
Header
|
- Lmaccess.h (include Lm.h)
|
|
Library
|
- Netapi32.lib
|
|
DLL
|
- Netapi32.dll
|
See also
-
Network Management
Overview
-
Network
Management Functions
-
NetValidatePasswordPolicy
Send comments about this topic to Microsoft
Build date: 2/3/2012