Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wine
wine
Commits
434f9f14
Commit
434f9f14
authored
Jul 29, 2022
by
Gabriel Ivăncescu
Committed by
Alexandre Julliard
Jul 29, 2022
Browse files
include: Add DOMDocumentType dispinterface and coclass.
Signed-off-by:
Gabriel Ivăncescu
<
gabrielopcode@gmail.com
>
parent
fbefdd67
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/mshtml.idl
View file @
434f9f14
...
...
@@ -8497,6 +8497,51 @@ interface IDOMDocumentType : IDispatch
HRESULT internalSubset([out, retval] VARIANT *p);
}
/*****************************************************************************
* DispDOMDocumentType dispinterface
*/
[
hidden,
uuid(30590098-98b5-11cf-bb82-00aa00bdce0b)
]
dispinterface DispDOMDocumentType
{
properties:
methods:
WINE_HTMLDOMNODE_DISPINTERFACE_DECL;
[propget, id(DISPID_IDOMDOCUMENTTYPE_NAME)]
BSTR name();
[propget, id(DISPID_IDOMDOCUMENTTYPE_ENTITIES)]
IDispatch *entities();
[propget, id(DISPID_IDOMDOCUMENTTYPE_NOTATIONS)]
IDispatch *notations();
[propget, id(DISPID_IDOMDOCUMENTTYPE_PUBLICID)]
VARIANT publicId();
[propget, id(DISPID_IDOMDOCUMENTTYPE_SYSTEMID)]
VARIANT systemId();
[propget, id(DISPID_IDOMDOCUMENTTYPE_INTERNALSUBSET)]
VARIANT internalSubset();
};
[
noncreatable,
uuid(30510739-98b5-11cf-bb82-00aa00bdce0b)
]
coclass DOMDocumentType
{
[default] dispinterface DispDOMDocumentType;
interface IHTMLDOMNode;
interface IHTMLDOMNode2;
interface IHTMLDOMNode3;
interface IDOMDocumentType;
};
/*****************************************************************************
* IHTMLDOMImplementation interface
*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment