Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The ObIsKernelHandle routine determines whether the specified handle is a kernel handle.
Syntax
BOOLEAN ObIsKernelHandle(
[in] HANDLE Handle
);
Parameters
[in] Handle
The handle to check.
Return value
ObIsKernelHandle returns TRUE if Handle is a kernel handle and FALSE otherwise.
Remarks
You can use kernel handles only in kernel mode. A driver can mark a handle as a kernel handle by specifying the OBJ_KERNEL_HANDLE flag in OBJECT_ATTRIBUTES when it creates the handle.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Universal |
| Header | ntifs.h (include FltKernel.h, Ntifs.h, FltKernel.h) |
| Library | NtosKrnl.lib |
| DLL | NtosKrnl.exe |
| IRQL | <= APC_LEVEL |