mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 17:29:08 +00:00
Use 32bit helper to interact between 32bit processes
This commit is contained in:
8
QuickLook.Native/QuickLook.Native32/HelperMethods.h
Normal file
8
QuickLook.Native/QuickLook.Native32/HelperMethods.h
Normal file
@@ -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