AddRefActCtx function kernel32
Increments the reference count of the specified activation context.
To learn more, see learn.microsoft.com/windows/win32/api/winbase/nf-winbase-addrefactctx.
Implementation
@pragma('vm:prefer-inline')
void AddRefActCtx(HANDLE hActCtx) => _AddRefActCtx(hActCtx);