Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SaferCloseLevel" in [All]

advapi32

.
Summary
The SaferCloseLevel function closes a SAFER_LEVEL_HANDLE that was opened using the SaferIdentifyLevel function or the SaferCreateLevel function.
.

public static extern bool SaferCloseLevel(IntPtr hLevelHandle);

.

Declare Function SaferCloseLevel Lib "advapi32.dll" (ByVal hLevelHandle As Long) As Long

.
Documentation
[SaferCloseLevel] on MSDN
.

Don't forget to close the handle using SaferCloseLevel.


 
Access PInvoke.net directly from VS: