SaferCloseLevel (advapi32)
Last changed: -84.9.35.116

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

C# Signature:

[DllImport("advapi32", SetLastError = true)]
public static extern bool SaferCloseLevel(IntPtr hLevelHandle);

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation