SECEditBlockBuffer::IsLineColValid

int SECEditBlockBuffer::IsLineColValid(int nLine, int nCol)

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

SECEditBlockBuffer