Jacek Caban : include: Added IHTMLPrivateWindow declaration.

Alexandre Julliard julliard at winehq.org
Wed Mar 3 11:15:47 CST 2010


Module: wine
Branch: master
Commit: 73a581370619edc652686d83e984d947d448aa27
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=73a581370619edc652686d83e984d947d448aa27

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Mar  3 14:52:32 2010 +0100

include: Added IHTMLPrivateWindow declaration.

---

 include/mshtml.idl |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index 98edbbc..1941b92 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -15407,3 +15407,23 @@ interface IElementBehaviorFactory : IUnknown
 }
 
 } /* library MSHTML */
+
+interface IOleCommandTarget;
+
+/*****************************************************************************
+ *    IHTMLPrivateWindow interface
+ */
+[
+    object,
+    uuid(3050f6dc-98b5-11cf-bb82-00aa00bdce0b),
+    local
+]
+interface IHTMLPrivateWindow : IUnknown
+{
+    HRESULT SuperNavigate(BSTR url, BSTR arg2, BSTR arg3, BSTR arg4, VARIANT *post_data, VARIANT *headers, ULONG flags);
+    HRESULT GetPendingUrl(BSTR *url);
+    HRESULT SetPICSTarget(IOleCommandTarget *cmdtrg);
+    HRESULT PICSComplete(int arg);
+    HRESULT FindWindowByName(LPCWSTR name, IHTMLWindow2 **ret);
+    HRESULT GetAddressBarUrl(BSTR *url);
+}




More information about the wine-cvs mailing list