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:processthreadsapi.IsProcessCritical |
IsProcessCritical function (processthreadsapi.h) |
Determines whether the specified process is considered critical. |
|
base\isprocesscritical.htm |
processthreadsapi |
A5ED8672-B4C3-4A31-8B3F-A181628219A4 |
09/24/2020 |
IsProcessCritical, IsProcessCritical function, base.isprocesscritical, processthreadsapi/IsProcessCritical |
processthreadsapi.h |
Windows |
Windows 8.1 [desktop apps only] |
Windows Server 2012 R2 [desktop apps only] |
Kernel32.lib |
kernel32.dll |
Windows |
19H1 |
|
|
|
|
|
|
Determines whether the specified process is considered critical.
A handle to the process to query. The process must have been opened with PROCESS_QUERY_LIMITED_INFORMATION access.
A pointer to the BOOL value this function will use to indicate whether the process is considered critical.
This routine returns FALSE on failure. Any other value indicates success. Call GetLastError to query for the specific error reason on failure.