Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h

Typedef TUint

typedef unsigned int TUint;

Support

Supported from 5.0

Description

Unsigned integer type of the natural machine word length. This is guaranteed to be at least 32 bits in all implementations.

In almost all circumstances, a TInt should be used in preference to a TUint. The main exception is in flags bytes.

See also: