The AddRefActCtx function increments the reference count of the specified activation context.
void AddRefActCtx( HANDLE hActCtx );
void AddRefActCtx(int hActCtx) => _AddRefActCtx(hActCtx);