Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32des16.h>
Link against: euser.lib

Class TDes16IgnoreOverflow

class TDes16IgnoreOverflow : public TDes16Overflow;

Description

A derived class which provides an implementation for the TDes16IgnoreOverflow::Overflow(TDes16 &) member function where truncation is required.

Derivation

Members

Defined in TDes16IgnoreOverflow:

See also:


Member functions


Overflow(TDes16 &)

IMPORT_C virtual void Overflow(TDes16 &aDes);

Description

Handles the overflow.

This function is called when the TDes16::AppendFormat(TRefByValue< const TDesC16 >,TDes16Overflow *,...) variant that takes an overflow handler argument, fails.

Parameters

TDes16 &aDes

The 16-bit modifiable descriptor whose overflow results in the call to this overflow handler.