Location:
e32std.h
Link against:
#if defined(_UNICODE)
typedef TDes16 TDes;
#else
typedef TDes8 TDes;
#endif
Supported from 5.0
Build independent modifiable descriptor.
A 16 bit build variant is generated for a Unicode build and an 8 bit build variant generated for a non-Unicode build.
This build independent type should always be used unless an explicit 8 bit or 16 bit build variant is required.