CFileDialog::AddText
Adds text to the dialog.
HRESULT AddText(
DWORD dwIDCtl,
const CString& strText
);
Parameters
dwIDCtl
The ID of the text to add.strText
The text name.
Requirements
Header: afxdlgs.h
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Adds text to the dialog.
HRESULT AddText(
DWORD dwIDCtl,
const CString& strText
);
dwIDCtl
The ID of the text to add.
strText
The text name.
Header: afxdlgs.h