mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[PSDK] Update htiface.idl and htiframe.idl. CORE-11368
svn path=/trunk/; revision=71550
This commit is contained in:
parent
8436b905ae
commit
6d8185db2f
2 changed files with 19 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue