|
Eric Oulashin's C++ Audio Mixer 1.0
|

Functions | |
| INT_PTR | letUserBrowseForOneFile (const CString &pFileFilter, CString &pSelectedFile, CWnd *pParentWnd) |
| Lets the user select a single file. | |
| INT_PTR letUserBrowseForOneFile | ( | const CString & | pFileFilter, |
| CString & | pSelectedFile, | ||
| CWnd * | pParentWnd = nullptr |
||
| ) |
Lets the user select a single file.
| [in] | pFileFilter | The filename filter |
| [out] | pSelectedFile | This will be populated with the selected filename, if the user selected one |
| [in] | pParentWnd | A pointer to the parent window. Defaults to nullptr. |
Referenced by CAudioMixerCPPDlg::OnClickedButtonSelectOutputFile().