.
The SaferCloseLevel function closes a SAFER_LEVEL_HANDLE that was opened using the SaferIdentifyLevel function or the SaferCreateLevel function.
8/9/2011 4:28:02 AM - -84.9.35.116
The SaferCreateLevel function opens a SAFER_LEVEL_HANDLE.
8/9/2011 4:27:30 AM - -84.9.35.116
.
public static extern bool SaferCloseLevel(IntPtr hLevelHandle);
.
Declare Function SaferCloseLevel Lib "advapi32.dll" (ByVal hLevelHandle As Long) As Long
.
.
Don't forget to close the handle using SaferCloseLevel.
The SaferCloseLevel function closes a SAFER_LEVEL_HANDLE that was opened using the SaferIdentifyLevel function or the SaferCreateLevel function.
8/9/2011 4:28:02 AM - -84.9.35.116