LeaveCriticalPolicySection function (userenv.h)
The LeaveCriticalPolicySection function resumes the background application of policy. This function closes the handle to the policy section.
Syntax
USERENVAPI BOOL LeaveCriticalPolicySection(
[in] HANDLE hSection
);
Parameters
[in] hSection
Handle to a policy section, which is returned by the EnterCriticalPolicySection function.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | userenv.h |
Library | Userenv.lib |
DLL | Userenv.dll |