AddRefActCtx function
The AddRefActCtx function increments the reference count of the specified activation context.
Syntax
void AddRefActCtx(
_In_ HANDLE hActCtx
);
Parameters
- hActCtx [in]
-
Handle to an ACTCTX structure that contains information on the activation context for which the reference count is to be incremented.
Return value
This function does not return a value.
Remarks
This function is provided so that multiple clients can access a single activation context.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also