Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The AddRefActCtx function increments the reference count of the specified activation context.
Syntax
VOID AddRefActCtx(
[in] HANDLE hActCtx
);
Parameters
[in] hActCtx
Handle to an ACTCTX structure that contains information on the activation context for which the reference count is to be incremented.
Return value
None
Remarks
This function is provided so that multiple clients can access a single activation context.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | winbase.h (include Windows.h) |
| Library | Kernel32.lib |
| DLL | Kernel32.dll |