Jacek Caban : mshtml.idl: Added DispHTMLHistory declaration.

Alexandre Julliard julliard at winehq.org
Wed May 2 14:30:02 CDT 2012


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed May  2 10:27:56 2012 +0200

mshtml.idl: Added DispHTMLHistory declaration.

---

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

diff --git a/include/mshtml.idl b/include/mshtml.idl
index a6a9954..d599eba 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -10209,6 +10209,33 @@ interface IHTMLLocation : IDispatch
 }
 
 /*****************************************************************************
+ *    DispHTMLHistory dispinterface
+ */
+[
+    hidden,
+    uuid(3050f549-98b5-11cf-bb82-00aa00bdce0b)
+]
+dispinterface DispHTMLHistory
+{
+properties:
+methods:
+    [propget, id(DISPID_IOMHISTORY_LENGTH)]
+    short length();
+
+    [id(DISPID_IOMHISTORY_BACK)]
+    void back([optional, in] VARIANT *pvargdistance);
+
+    [id(DISPID_IOMHISTORY_FORWARD)]
+    void forward([optional, in] VARIANT *pvargdistance);
+
+    [id(DISPID_IOMHISTORY_GO)]
+    void go([optional, in] VARIANT *pvargdistance);
+
+    [propget, id(DISPID_IHTMLDOMCONSTRUCTOR_CONSTRUCTOR), hidden]
+    IDispatch *constructor();
+}
+
+/*****************************************************************************
  *    DispHTMLLocation dispinterface
  */
 [




More information about the wine-cvs mailing list