.
The GetCurrentActCtx function returns the handle to the active activation context of the calling thread.
4/15/2009 3:05:57 PM - anonymous
.
private static extern bool GetCurrentActCtx(ref ACTCTX pActCtx);
.
Declare Function GetCurrentActCtx Lib "Kernel32.dll" (TODO) As TODO
.