|
|
|
|
Location:
e32const.h
TOwnerType
Handle ownership flags.
The flags indicate whether a handle being opened is owned by a process or a thread.
Ownership by a process means that the handle instance can be used by all threads in the process to access the Kernel side object that the handle represents.
Ownership by a thread means that the handle instance can only be used by the thread that creates or opens the handle.
An enumerator of this type is passed to all member functions of RHandleBase, and classes derived from RHandleBase, which open a handle.
|