GetCurrentActCtx function kernel32
The GetCurrentActCtx function returns the handle to the active activation context of the calling thread.
BOOL GetCurrentActCtx(
HANDLE *lphActCtx
);
Implementation
int GetCurrentActCtx(Pointer<IntPtr> lphActCtx) => _GetCurrentActCtx(lphActCtx);