Everything support

This commit is contained in:
Paddy Xu
2017-06-15 21:08:24 +03:00
parent c1b17bb756
commit bda5a38df1
10 changed files with 121 additions and 16 deletions

View File

@@ -19,7 +19,7 @@
class DialogHook
{
public:
static void GetSelectedFromCommonDialog(PWCHAR buffer);
static void GetSelected(PWCHAR buffer);
private:
static void getSelectedInternal(CComPtr<IShellBrowser> psb, PWCHAR buffer);