13 December 2005

Names of nul string descriptors in Symbian

I always forget who nul string descriptor is called. If you do too, here they are:
_LIT(KNullDesC,"");
_LIT8(KNullDesC8,"");
_LIT16(KNullDesC16,"");

They are declared in e32std.h file.

No comments: