SECEdit::DoesSplitMBCS
intSECEdit::DoesSplitMBCS(intnLine, intnCol, BOOLbVirtualSpace)
Tests whether the byte at the given line and column split a multibyte character.
Defined in: SECEdit.cpp
Return Value
Returns the column preceeding the MBCS character if the character at the given position splits an MBCS character; otherwise, returns -1.
Parameters
nLine
The line index of the character.
nCol
The column index of the character.
bVirtualSpace
Indicates whether virtual white space is active.
See Also