|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
import "mshtml.idl";
Inherits MSHTML::IHTMLDocument.
Public Member Functions |
| HRESULT | write ([in] SAFEARRAY(VARIANT) psarray) |
| HRESULT | writeln ([in] SAFEARRAY(VARIANT) psarray) |
| HRESULT | open ([defaultvalue("text/html"), in] BSTR url,[optional, in] VARIANT name,[optional, in] VARIANT features,[optional, in] VARIANT replace,[retval, out] IDispatch **pomWindowResult) |
| HRESULT | close () |
| HRESULT | clear () |
| HRESULT | queryCommandSupported ([in] BSTR cmdID,[retval, out] VARIANT_BOOL *pfRet) |
| HRESULT | queryCommandEnabled ([in] BSTR cmdID,[retval, out] VARIANT_BOOL *pfRet) |
| HRESULT | queryCommandState ([in] BSTR cmdID,[retval, out] VARIANT_BOOL *pfRet) |
| HRESULT | queryCommandIndeterm ([in] BSTR cmdID,[retval, out] VARIANT_BOOL *pfRet) |
| HRESULT | queryCommandText ([in] BSTR cmdID,[retval, out] BSTR *pcmdText) |
| HRESULT | queryCommandValue ([in] BSTR cmdID,[retval, out] VARIANT *pcmdValue) |
| HRESULT | execCommand ([in] BSTR cmdID,[defaultvalue(0), in] VARIANT_BOOL showUI,[optional, in] VARIANT value,[retval, out] VARIANT_BOOL *pfRet) |
| HRESULT | execCommandShowHelp ([in] BSTR cmdID,[retval, out] VARIANT_BOOL *pfRet) |
| HRESULT | createElement ([in] BSTR eTag,[retval, out] IHTMLElement **newElem) |
| HRESULT | elementFromPoint ([in] LONG x,[in] LONG y,[retval, out] IHTMLElement **elementHit) |
| HRESULT | toString ([retval, out] BSTR *String) |
| HRESULT | createStyleSheet ([defaultvalue(""), in] BSTR bstrHref,[defaultvalue(-1), in] LONG lIndex,[retval, out] IHTMLStyleSheet **ppnewStyleSheet) |
Properties |
| IHTMLElementCollection | all [get] |
| IHTMLElement | body [get] |
| IHTMLElement | activeElement [get] |
| IHTMLElementCollection | images [get] |
| IHTMLElementCollection | applets [get] |
| IHTMLElementCollection | links [get] |
| IHTMLElementCollection | forms [get] |
| IHTMLElementCollection | anchors [get] |
| BSTR | title [get, set] |
| IHTMLElementCollection | scripts [get] |
| BSTR | designMode [get, set] |
| IHTMLSelectionObject | selection [get] |
| BSTR | readyState [get] |
| IHTMLFramesCollection2 | frames [get] |
| IHTMLElementCollection | embeds [get] |
| IHTMLElementCollection | plugins [get] |
| VARIANT | alinkColor [get, set] |
| VARIANT | bgColor [get, set] |
| VARIANT | fgColor [get, set] |
| VARIANT | linkColor [get, set] |
| VARIANT | vlinkColor [get, set] |
| BSTR | referrer [get] |
| IHTMLLocation | location [get] |
| BSTR | lastModified [get] |
| BSTR | URL [get, set] |
| BSTR | domain [get, set] |
| BSTR | cookie [get, set] |
| VARIANT_BOOL | expando [get, set] |
| BSTR | charset [get, set] |
| BSTR | defaultCharset [get, set] |
| BSTR | mimeType [get] |
| BSTR | fileSize [get] |
| BSTR | fileCreatedDate [get] |
| BSTR | fileModifiedDate [get] |
| BSTR | fileUpdatedDate [get] |
| BSTR | security [get] |
| BSTR | protocol [get] |
| BSTR | nameProp [get] |
| VARIANT | onhelp [get, set] |
| VARIANT | onclick [get, set] |
| VARIANT | ondblclick [get, set] |
| VARIANT | onkeyup [get, set] |
| VARIANT | onkeydown [get, set] |
| VARIANT | onkeypress [get, set] |
| VARIANT | onmouseup [get, set] |
| VARIANT | onmousedown [get, set] |
| VARIANT | onmousemove [get, set] |
| VARIANT | onmouseout [get, set] |
| VARIANT | onmouseover [get, set] |
| VARIANT | onreadystatechange [get, set] |
| VARIANT | onafterupdate [get, set] |
| VARIANT | onrowexit [get, set] |
| VARIANT | onrowenter [get, set] |
| VARIANT | ondragstart [get, set] |
| VARIANT | onselectstart [get, set] |
| IHTMLWindow2 | parentWindow [get] |
| IHTMLStyleSheetsCollection | styleSheets [get] |
| VARIANT | onbeforeupdate [get, set] |
| VARIANT | onerrorupdate [get, set] |
Detailed Description
Definition at line 11840 of file mshtml.idl.
The documentation for this interface was generated from the following file:
Generated on Sat May 26 2012 06:47:18 for ReactOS by
1.7.6.1
|