SECEdit::SaveFile
BOOLSECEdit::SaveFile(LPCTSTRlpszPathName)
Saves the current text to a file.
Defined in: SECEdit.cpp
Return Value
Returns non-zero if successful; otherwise zero. In order to save the file successfully, the file must not be read only.
Parameters
lpszPathName
Pathname of the file to save.
See Also