AddRefActCtx function kernel32

void AddRefActCtx(
  1. HANDLE hActCtx
)

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);