Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 2.15 KB

nf-processthreadsapi-isprocesscritical.md

File metadata and controls

76 lines (63 loc) · 2.15 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:processthreadsapi.IsProcessCritical
IsProcessCritical function (processthreadsapi.h)
Determines whether the specified process is considered critical.
IsProcessCritical
IsProcessCritical function
base.isprocesscritical
processthreadsapi/IsProcessCritical
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
IsProcessCritical
processthreadsapi/IsProcessCritical
c++
APIRef
kbSyntax
DllExport
kernel32.dll
API-MS-Win-Core-Processthreads-l1-1-2.dll
Kernel32.dll
KernelBase.dll
MinKernelBase.dll
API-MS-Win-Core-ProcessThreads-L1-1-3.dll
IsProcessCritical

IsProcessCritical function

-description

Determines whether the specified process is considered critical.

-parameters

-param hProcess [in]

A handle to the process to query. The process must have been opened with PROCESS_QUERY_LIMITED_INFORMATION access.

-param Critical [out]

A pointer to the BOOL value this function will use to indicate whether the process is considered critical.

-returns

This routine returns FALSE on failure. Any other value indicates success. Call GetLastError to query for the specific error reason on failure.

-see-also

HRESULT_FROM_WIN32