class TLogFormatter16Overflow : public TDes16Overflow |
Unicode overflow handler. Migrate to Open System Trace Instrumentation API instead
void | Overflow | ( | TDes16 & | aDes | ) | [virtual] |
Handles the overflow.
This function is called when the TDes16::AppendFormat() variant that takes an overflow handler argument, fails.
TDes16 & aDes | The 16-bit modifiable descriptor whose overflow results in the call to this overflow handler. |