urlhist.idl: Added missing flags.
This commit is contained in:
parent
d6bc74fc5f
commit
ef30973370
@ -21,6 +21,14 @@ import "oleidl.idl";
|
||||
import "oaidl.idl";
|
||||
import "docobj.idl";
|
||||
|
||||
cpp_quote("#define STATURL_QUERYFLAG_ISCACHED 0x010000")
|
||||
cpp_quote("#define STATURL_QUERYFLAG_NOURL 0x020000")
|
||||
cpp_quote("#define STATURL_QUERYFLAG_NOTITLE 0x040000")
|
||||
cpp_quote("#define STATURL_QUERYFLAG_TOPLEVEL 0x080000")
|
||||
|
||||
cpp_quote("#define STATURLFLAG_ISCACHED 0x0001")
|
||||
cpp_quote("#define STATURLFLAG_ISTOPLEVEL 0x0002")
|
||||
|
||||
typedef enum _ADDURL_FLAG
|
||||
{
|
||||
ADDURL_FIRST = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user