Eric Oulashin's C++ Audio Mixer 1.0
GUITools.h
Go to the documentation of this file.
1#ifndef __GUI_TOOLS_H__
2#define __GUI_TOOLS_H__
3
4#include <atlstr.h>
5
13INT_PTR letUserBrowseForOneFile(const CString& pFileFilter, CString& pSelectedFile, CWnd* pParentWnd = nullptr);
14
15#endif
INT_PTR letUserBrowseForOneFile(const CString &pFileFilter, CString &pSelectedFile, CWnd *pParentWnd=nullptr)
Lets the user select a single file.
Definition GUITools.cpp:5