SECEditBlockBuffer::IsLineColValid
intSECEditBlockBuffer::IsLineColValid(intnLine, intnCol)
Checks the validity of the given line and column indices.
Defined in: SECEditBlockBuffer.cpp
Return Value
Returns the virtual offset into the buffer if successful; otherwise returns -1.
Parameters
nLine
The line index to check.
nCol
The column index on the given line to check.
See Also