SECEditBlockBuffer::LineColFromChar
BOOLSECEditBlockBuffer::LineColFromChar(intnIndex, int &nLine, int &nCol)
Returns line and column indices for the given virtual text offset.
Defined in: SECEditBlockBuffer.cpp
Return Value
Returns non-zero if successful; otherwise 0.
Parameters
nIndex
Index to convert.
nLine
Output parameter. Reference of line number to be returned.
nCol
Output parameter. Reference of column to be returned.
See Also