mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-04-28 02:01:32 +08:00
Use 32bit helper to interact between 32bit processes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
class HelperMethods
|
||||
{
|
||||
public:
|
||||
static void GetSelectedInternal(CComQIPtr<IWebBrowserApp> pWebBrowserApp, PWCHAR buffer);
|
||||
static void ObtainFirstItem(CComPtr<IDataObject> dao, PWCHAR buffer);
|
||||
static bool IsCursorActivated(HWND hwndfg);
|
||||
};
|
||||
Reference in New Issue
Block a user