latest SDK
This commit is contained in:
7
foobar2000/shared/filedialogs.h
Normal file
7
foobar2000/shared/filedialogs.h
Normal file
@@ -0,0 +1,7 @@
|
||||
class uGetOpenFileNameMultiResult_impl : public uGetOpenFileNameMultiResult {
|
||||
pfc::list_t<pfc::string> m_data;
|
||||
public:
|
||||
void AddItem(pfc::stringp param) {m_data.add_item(param);}
|
||||
t_size get_count() const {return m_data.get_count();}
|
||||
void get_item_ex(const char * & out,t_size n) const {out = m_data[n].ptr();}
|
||||
};
|
||||
Reference in New Issue
Block a user