Commit 2f0f1fef authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon.idl: Added missing MONIKERPROPERTY variables.

parent 1ca20552
......@@ -546,8 +546,11 @@ interface IMonikerProp : IUnknown
typedef [unique] IMonikerProp *LPMONIKERPROP;
typedef enum {
MIMETYPEPROP = 0x00000000,
USE_SRC_URL = 0x00000001
MIMETYPEPROP = 0,
USE_SRC_URL = 1,
CLASSIDPROP = 2,
TRUSTEDDOWNLOADPROP = 3,
POPUPLEVELPROP = 4
} MONIKERPROPERTY;
HRESULT PutProperty(
......
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