Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32def.h

_LIT16

_LIT16 (name, s) const static TLitC16<sizeof(L##s)/2> name={sizeof(L##s)/2-1,L##s}

Description

Constructs a constant literal descriptor of type TLitC16<TInt> with the specified name and text.

The 16-bit build variant is generated for both non-Unicode and Unicode builds.

Parameters

name

The name of the C++ variable to be generated.

s

The literal text enclosed within a pair of double quotes.