SECEditController::m_n1stChar

unsigned int SECEditController::m_n1stChar

Contains the 1st part of a multibyte character that is sent to the OnChar handler. OnChar caches this and combines with the second part, which will be the next character sent to the handler by the system.

Developer Notes

This member is an internal implementation detail of SECEditController and may be subject to change in future versions.