Result.m_aData[6] &= 0x0f; /* clear version */
Result.m_aData[6] |= 0x40; /* set to version 4 */
Result.m_aData[8] &= 0x3f; /* clear variant */
Result.m_aData[8] |= 0x80; /* set to IETF variant */
RecreateTextContainer
function calls DeleteTextContainer
and then CreateTextContainer
.
The arguments of RecreateTextContainer
and RecreateTextContainerSoft
are reordered so all functions take the text container as their first argument.