Jacek Caban : shobjidl.idl: Added NWMF declaration.

Alexandre Julliard julliard at winehq.org
Tue May 18 12:32:56 CDT 2010


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon May 17 20:16:30 2010 +0200

shobjidl.idl: Added NWMF declaration.

---

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

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index 7c4fb78..a106248 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -372,7 +372,17 @@ interface IShellItem : IUnknown
         [out] int *piOrder);
 }
 
-
+typedef enum tagNWMF {
+    NWMF_UNLOADING        = 0x0001,
+    NWMF_USERINITED       = 0x0002,
+    NWMF_FIRST            = 0x0004,
+    NWMF_OVERRIDEKEY      = 0x0008,
+    NWMF_SHOWHELP         = 0x0010,
+    NWMF_HTMLDIALOG       = 0x0020,
+    NWMF_FROMDIALOGCHILD  = 0x0040,
+    NWMF_USERREQUESTED    = 0x0080,
+    NWMF_USERALLOWED      = 0x0100
+} NWMF;
 
 /*****************************************************************************
  * FOLDERSETTINGS




More information about the wine-cvs mailing list