Commit 9795e7a5 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shobjidl.idl: Added NWMF declaration.

parent c38c3d5a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment