Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: e32cmn.h

e32cmn.h Global variables


KNullDesC

const TLitC< sizeof(L"")/2 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.

[Top]


KNullDesC8

const TLitC8< sizeof("") KNullDesC8;

Description

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

[Top]


KNullDesC16

const TLitC16< sizeof(L"")/2 KNullDesC16;

Description

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