Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32std.h

Constants

Support

Supported from 5.0


KNullDesC16

_LIT16(KNullDesC16,"");

Description

Defines an empty or null literal descriptor for use with 16 bit descriptors.

See also:

[Top]


KNullDesC8

_LIT8(KNullDesC8,"");

Description

Defines an empty or null literal descriptor for use with 8 bit descriptors.

See also:

[Top]


KNullDesC

_LIT(KNullDesC,"");

Description

Defines an empty or null literal descriptor.

This is the build independent form. An 8 bit build variant is generated for a non-Unicode build; a 16 bit build variant is generated for a Unicode build.

See also: