Eric Oulashin's C++ Audio Mixer
1.0
home
erico
projects
audio_mixer_cpp
code
AudioMixerCPP_Win_VisualStudio
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
13
INT_PTR
letUserBrowseForOneFile
(
const
CString& pFileFilter, CString& pSelectedFile, CWnd* pParentWnd =
nullptr
);
14
15
#endif
letUserBrowseForOneFile
INT_PTR letUserBrowseForOneFile(const CString &pFileFilter, CString &pSelectedFile, CWnd *pParentWnd=nullptr)
Lets the user select a single file.
Definition
GUITools.cpp:5
Generated by
1.9.8