SECEdit::EnforceLineLengths

BOOL SECEdit::EnforceLineLengths(BOOL bEnforce = TRUE, int nStartLine = 0, int nEndLine = -1)

Scans the range of lines given for maximum length, and breaks non-compliant lines if required

Defined in: SECEdit.cpp

Return Value

TRUE if any lines in the given range exceeded the maximum allowable length

Parameters

bEnforce

Determines if this routine is scanning only or breaking lines

nStartLine

The starting line to check

nEndLine

The ending line to check. If -1, the last line in the document