SECEdit::LineColFromChar
BOOLSECEdit::LineColFromChar(intnIndex, int &nLine, int &nCol)
Returns a line and column for the given index.
Defined in: SECEdit.cpp
Return Value
Returns non-zero if successful; otherwise 0.
Parameters
nIndex
Index to convert.
nLine
Output parameter. References the line index to return.
nCol
Output parameter. References the column index to return.
See Also