Location:
e32def.h
Link against:
#define _LIT16(name,s) const static TLitC16<sizeof(L##s)/2> name={sizeof(L##s)/2-1,L##s}
Supported from 5.0
Constructs a constant literal descriptor of type
TLitC16<TInt>
with specified name and text. The 16 bit build
variant is generated for both non-Unicode and Unicode builds.
|