Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h
Link against:

_LIT16

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

Support

Supported from 5.0

Description

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.

Parameters

name

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

s

The literal text enlosed within a pair of double quotes.

See also: