The ActivateActCtx function activates the specified activation context. It does this by pushing the specified activation context to the top of the activation stack. The specified activation context is thus associated with the current thread and any appropriate side-by-side API functions.
3/26/2011 7:59:45 AM - -83.149.36.70
.
private static extern bool ActivateActCtx(IntPtr hActCtx, out IntPtr lpCookie);
.
Private Declare Function ActivateActCtx Lib "Kernel32" (ByVal hActCtx As IntPtr, _