Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32const.h

Enum TOwnerType

TOwnerType

Description

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.

EOwnerProcess

Ownership of the handle is to be vested in the process.

EOwnerThread

Ownership of the handle is to be vested in the thread.