Jacek Caban : shobjidl.idl: Added INewWindowManager declaration.

Alexandre Julliard julliard at winehq.org
Mon Jun 14 13:01:17 CDT 2010


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Jun 14 02:18:52 2010 +0200

shobjidl.idl: Added INewWindowManager declaration.

---

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

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index 6bd0244..c8d91b3 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -384,6 +384,25 @@ typedef enum tagNWMF {
     NWMF_USERALLOWED      = 0x0100
 } NWMF;
 
+[
+    uuid(d2bc4c84-3f72-4a52-a604-7bcbf3982cbb),
+    object,
+    pointer_default(unique)
+]
+interface INewWindowManager : IUnknown
+{
+    HRESULT EvaluateNewWindow(
+        [in, string] LPCWSTR pszUrl,
+        [in, string] LPCWSTR pszName,
+        [in, string] LPCWSTR pszUrlContext,
+        [in, string] LPCWSTR pszFeatures,
+        [in]         BOOL fReplace,
+        [in]         DWORD dwFlags,
+        [in]         DWORD dwUserActionTime);
+}
+
+cpp_quote("#define SID_SNewWindowManager IID_INewWindowManager")
+
 /*****************************************************************************
  * FOLDERSETTINGS
  */




More information about the wine-cvs mailing list