include/mshtmhst: Add CGID_ScriptSite and CMDIDs for it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
This commit is contained in:
parent
a431aa42b0
commit
4376a8c709
1 changed files with 14 additions and 0 deletions
|
@ -44,11 +44,25 @@ cpp_quote("#define HTMLDLG_MODAL 0x0020")
|
|||
cpp_quote("#define HTMLDLG_MODELESS 0x0040")
|
||||
cpp_quote("#define HTMLDLG_PRINT_TEMPLATE 0x0080")
|
||||
cpp_quote("#define HTMLDLG_VERIFY 0x0100")
|
||||
cpp_quote("#define HTMLDLG_ALLOW_UNKNOWN_THREAD 0x0200")
|
||||
|
||||
cpp_quote("#define PRINT_DONTBOTHERUSER 0x0001")
|
||||
cpp_quote("#define PRINT_WAITFORCOMPLETION 0x0002")
|
||||
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_URL 0")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_HTMLDLGTRUST 1")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_SECSTATE 2")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_SID 3")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_TRUSTEDDOC 4")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_SECURITY_WINDOW 5")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_NAMESPACE 6")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_IURI 7")
|
||||
cpp_quote("#define CMDID_HOSTCONTEXT_URL 8")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_ALLOWRECOVERY 9")
|
||||
cpp_quote("#define CMDID_SCRIPTSITE_BASEIURI 10")
|
||||
|
||||
cpp_quote("DEFINE_GUID(CGID_MSHTML, 0xde4ba900,0x59ca,0x11cf,0x95,0x92,0x44,0x45,0x53,0x54,0x00,0x00);")
|
||||
cpp_quote("DEFINE_GUID(CGID_ScriptSite, 0x3050f3f1,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);")
|
||||
cpp_quote("#define CMDSETID_Forms3 CGID_MSHTML")
|
||||
|
||||
cpp_quote("#if defined(__GNUC__)")
|
||||
|
|
Loading…
Add table
Reference in a new issue