SIL.Utils.ActivationContextHelper.ActivateActCtx C# (CSharp) Method

ActivateActCtx() private method

private ActivateActCtx ( IntPtr hActCtx, IntPtr &lpCookie ) : bool
hActCtx System.IntPtr
lpCookie System.IntPtr
return bool
		private static extern bool ActivateActCtx(IntPtr hActCtx, out IntPtr lpCookie);