SECEditBlockBuffer::GetLineVisibleLength
intSECEditBlockBuffer::GetLineVisibleLength(intnLine)
Get the visible length (in TCHARs) of this line; that is, all displayable characters up to but not including any line end characters
Defined in: SECEditBlockBuffer.cpp
Return Value
The length of the line not including line end characters, or -1 to indicate failure.
Parameters
nLine
The line index for which to return the length.
See Also