.
The DeactivateActCtx function deactivates the activation context corresponding to the specified cookie.
4/15/2009 1:58:16 PM - anonymous
.
private static extern bool DeactivateActCtx(int dwFlags, IntPtr lpCookie);
.
Declare Function DeactivateActCtx Lib "Kernel32.dll" (TODO) As TODO
.