ReleaseActCtx function Null safety kernel32
- int hActCtx
The ReleaseActCtx function decrements the reference count of the specified activation context.
void ReleaseActCtx(
HANDLE hActCtx
);
Implementation
void ReleaseActCtx(int hActCtx) => _ReleaseActCtx(hActCtx);