SECEditBlockBuffer::GetLineCol

int SECEditBlockBuffer::GetLineCol(int nOffset, int* pCol)

Retrieves the column index for a given offset.

Defined in: SECEditBlockBuffer.cpp

Return Value

Returns the line number containing the character specified by the offset.

Parameters

nOffset

The virtual text offset into the buffer.

pCol

Output parameter. Points to the column index to return.

See Also

SECEditBlockBuffer