Commit 6ad589b6 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Add IPreviewHandlerFrame interface declaration.

parent d7dd469b
......@@ -3742,6 +3742,23 @@ interface IApplicationActivationManager : IUnknown
[out] DWORD *processid);
}
[
object,
uuid(fec87aaf-35f9-447a-adb7-20234491401a),
pointer_default(unique)
]
interface IPreviewHandlerFrame : IUnknown
{
typedef struct PREVIEWHANDLERFRAMEINFO
{
HACCEL haccel;
UINT cAccelEntries;
} PREVIEWHANDLERFRAMEINFO;
HRESULT GetWindowContext([out] PREVIEWHANDLERFRAMEINFO *info);
HRESULT TranslateAccelerator([in] MSG *msg);
}
/*****************************************************************************
* ShellObjects typelibrary
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment