[PSDK] Update htiface.idl and htiframe.idl. CORE-11368

svn path=/trunk/; revision=71550
This commit is contained in:
Amine Khaldi 2016-06-05 19:17:37 +00:00
parent 8436b905ae
commit 6d8185db2f
2 changed files with 19 additions and 1 deletions

View file

@ -65,6 +65,24 @@ interface ITargetFrame: IUnknown
HRESULT SetFrameSrc([in] LPCWSTR pszFrameSrc);
HRESULT GetFrameSrc([out] LPWSTR *ppszFrameSrc);
HRESULT GetFramesContainer([out] IOleContainer **ppContainer);
HRESULT SetFrameOptions([in] DWORD dwFlags);
HRESULT GetFrameOptions([out] DWORD *pdwFlags);
HRESULT SetFrameMargins(
[in] DWORD dwWidth,
[in] DWORD dwHeight);
HRESULT GetFrameMargins(
[out] DWORD *pdwWidth,
[out] DWORD *pdwHeight);
HRESULT RemoteNavigate(
[in] ULONG cLength,
[in, size_is(cLength)] ULONG *pulData);
HRESULT OnChildFrameActivate([in] IUnknown *pUnkChildFrame);
HRESULT OnChildFrameDeactivate([in] IUnknown *pUnkChildFrame);
}
/*****************************************************************************

View file

@ -1,5 +1,5 @@
/*
* Copyright 2006 Jacek Caban for CodeWeavers
* Copyright 2006,2011 Jacek Caban for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public