Location:
e32std.h
Link against:
typedef TBuf<KMaxPassword> TPassword;
Supported from 5.0
A buffer for passwords.
This is a template specialisation of TBuf
defining a
modifiable buffer descriptor taking a maximum length of
KMaxPassword
.
The type is used as an argument type by some of the functions of
the Password
class.