Location:
e32std.h
#if defined(_UNICODE)
typedef HBufC16 HBufC;
#else
typedef HBufC8 HBufC;
#endif
Supported from 5.0
Build-independent heap 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 be used unless an explicit 8 bit or 16 bit build variant is required.