Fix for Tabbed File Explorer in Windows 11 22H2

This commit is contained in:
Paddy Xu
2022-11-05 17:58:23 +01:00
parent bd9b32ff91
commit b80c264cdf
4 changed files with 42 additions and 31 deletions

View File

@@ -19,7 +19,7 @@
class HelperMethods
{
public:
static void GetSelectedInternal(CComQIPtr<IWebBrowserApp> pWebBrowserApp, PWCHAR buffer);
static void GetSelectedInternal(CComPtr<IShellBrowser> psb, PWCHAR buffer);
static void ObtainFirstItem(CComPtr<IDataObject> dao, PWCHAR buffer);
static bool IsCursorActivated(HWND hwndfg);
static bool IsExplorerSearchBoxFocused();