OBJ_KERNEL_HANDLE on NT4

As it is know OBJ_KERNEL_HANDLE flag is invalid on NT4.0 systems. The
question is if create a handle in nonarbitrary thread context (i.e. system
worker thread) will it be valid in every other thread context or in system
thread context only?

-htfv

> As it is know OBJ_KERNEL_HANDLE flag is invalid on NT4.0 systems. The

question is if create a handle in nonarbitrary thread context (i.e. system
worker thread) will it be valid in every other thread context or in system
thread context only?

The handle will be valid only in system thread context. Every process has
separate handle table and handle is an index into the table.
Windows 2000 introduced separate handle table that is accessible only from
kernel mode. OBJ_KERNEL_HANDLE is used to create handle in this global
table.

Alexei.

No, in system threads only.

----- Original Message -----
From: “Alexey Logachyov”
To: “File Systems Developers”
Sent: Sunday, June 01, 2003 1:35 PM
Subject: [ntfsd] OBJ_KERNEL_HANDLE on NT4

> As it is know OBJ_KERNEL_HANDLE flag is invalid on NT4.0 systems.
The
> question is if create a handle in nonarbitrary thread context (i.e.
system
> worker thread) will it be valid in every other thread context or in
system
> thread context only?
>
> -htfv
>
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com