ActiveActCtx (kernel32)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("Kernel32.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
private static extern bool ActivateActCtx(IntPtr hActCtx, out IntPtr lpCookie);

VB Signature:

Declare Function ActiveActCtx 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