include: Add IPreviewHandlerFrame interface declaration.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d7dd469be4
commit
6ad589b66a
|
@ -3742,6 +3742,23 @@ interface IApplicationActivationManager : IUnknown
|
||||||
[out] DWORD *processid);
|
[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
|
* ShellObjects typelibrary
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue