Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32std.h
Link against:

Typedef TPassword

typedef TBuf<KMaxPassword> TPassword;

Support

Supported from 5.0

Description

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.

See also: