Location:
e32des16.h
Link against: euser.lib
class TDes16Overflow
Supported from 5.0
Interface for a 16 bit descriptor overflow handler.
The interface encapsulates a function that is called when an attempt to append formatted text fails because the descriptor is already at its maximum length.
A derived class must provide an implementation for the
Overflow()
member function.
Defined in TDes16Overflow
:
Overflow()
virtual void Overflow(TDes16& aDes) = 0;
Handles the overflow. This function is called when the
TDes16::AppendFormat()
variant, which takes an overflow handler
argument, fails.
|