SECListBoxFileEditor::SetDefaultExtension

voidSECListBoxFileEditor::SetDefaultExtension(const TCHAR*pcszExt)

Call this member function to set the default filename extension to be used in the file selection dialog.

Defined in: lstbxedt.h

Parameters

pcszExt

The default filename extension. If the user does not include an extension in the filename edit box, the extension specified by pcszExt is automatically appended to the filename. If this parameter is NULL, no file extension is appended.

See Also

SECListBoxDirEditor