estring.h File Reference

#include <estring.h>

Typedef LString

typedef LString16 LString

Type alias for LString16.

LString is typically used in preference to LString16 when manipulating Unicode text, in the same way that TDesC is typically used in preference to TDesC16.

Typedef LData

typedef LString8 LData

Type alias for LString8.

LData can be used to better express intent when using an LString8 to manipulate raw binary (non character) data.