The SaferComputeTokenFromLevel function restricts a token using restrictions specified by a SAFER_LEVEL_HANDLE.
3/16/2007 7:34:16 AM - anonymous
.
public static extern bool SaferComputeTokenFromLevel(IntPtr LevelHandle, IntPtr InAccessToken, out IntPtr OutAccessToken, int dwFlags, IntPtr lpReserved);
.
Declare Function SaferComputeTokenFromLevel Lib "advapi32.dll" (TODO) As TODO