SaferCloseLevel function
The SaferCloseLevel function closes a SAFER_LEVEL_HANDLE that was opened by using the SaferIdentifyLevel function or the SaferCreateLevel function.
Syntax
BOOL WINAPI SaferCloseLevel( _In_ SAFER_LEVEL_HANDLE hLevelHandle );
Parameters
- hLevelHandle [in]
-
The SAFER_LEVEL_HANDLE to be closed.
Return value
TRUE if the function succeeds; otherwise, FALSE. For extended error information, call GetLastError.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: