AddRefActCtx function kernel32

void AddRefActCtx(
  1. int hActCtx
)

The AddRefActCtx function increments the reference count of the specified activation context.

void AddRefActCtx(
  HANDLE hActCtx
);

Implementation

void AddRefActCtx(int hActCtx) => _AddRefActCtx(hActCtx);