GetCurrentActCtx (kernel32)
Last changed: anonymous

.
Summary
The GetCurrentActCtx function returns the handle to the active activation context of the calling thread.

C# Signature:

[DllImport("Kernel32.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
private static extern bool GetCurrentActCtx(ref ACTCTX pActCtx);

VB Signature:

Declare Function GetCurrentActCtx Lib "Kernel32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation