SECEdit::AppendFileData
BOOLSECEdit::AppendFileData(LPSTRlpszText, UINTnBytes, int&nLine, int&nCol)
Helper method for loading data from a file.
Defined in: SECEdit.cpp
Return Value
void
Parameters
lpszText
Text to insert into the buffer.
nBytes
Length (characters) of text.
nLine
The line index to insert text to.
nCol
The column index to insert text in line.
See Also