Skip to content

Latest commit

 

History

History
79 lines (65 loc) · 2.46 KB

nf-winbase-zombifyactctx.md

File metadata and controls

79 lines (65 loc) · 2.46 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winbase.ZombifyActCtx
ZombifyActCtx function (winbase.h)
The ZombifyActCtx function deactivates the specified activation context, but does not deallocate it.
ZombifyActCtx
ZombifyActCtx function [Side-by-side Assemblies]
_win32_zombifyactctx
setup.zombifyactctx
winbase/ZombifyActCtx
setup\zombifyactctx.htm
setup
f421350a-66b5-4c5a-9e4c-ef69dbe39e7c
12/05/2018
ZombifyActCtx, ZombifyActCtx function [Side-by-side Assemblies], _win32_zombifyactctx, setup.zombifyactctx, winbase/ZombifyActCtx
winbase.h
Windows.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Kernel32.lib
Kernel32.dll
Windows
19H1
ZombifyActCtx
winbase/ZombifyActCtx
c++
APIRef
kbSyntax
DllExport
Kernel32.dll
API-MS-Win-Core-sidebyside-l1-1-0.dll
KernelBase.dll
ZombifyActCtx

ZombifyActCtx function

-description

The ZombifyActCtx function deactivates the specified activation context, but does not deallocate it.

-parameters

-param hActCtx [in]

Handle to the activation context that is to be deactivated.

-returns

If the function succeeds, it returns TRUE. If a null handle is passed in the hActCtx parameter, NULL_INVALID_PARAMETER will be returned. Otherwise, it returns FALSE.

This function sets errors that can be retrieved by calling GetLastError. For an example, see Retrieving the Last-Error Code. For a complete list of error codes, see System Error Codes.

-remarks

This function is intended for use in debugging threads using activation contexts. If the activation context deactivated by this function is subsequently accessed, the access fails and an assertion failure is shown in the debugger.

-see-also

ACTCTX