Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Enum TOwnerType

TOwnerType

Support

Supported from 5.0

Description

Handle ownership flags.

The flags indicate whether a handle being opened is owned by a thread or a process. 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 thread.

EOwnerThread

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