import"DOMHTML.idl";
|
HRESULT | length ([out, retval] unsigned int *result) |
|
HRESULT | setLength ([in] unsigned int length) |
|
HRESULT | item ([in] unsigned int index, [out, retval] IDOMNode **result) |
|
HRESULT | namedItem ([in] BSTR name, [out, retval] IDOMNode **result) |
|
HRESULT | throwException ([in] BSTR exceptionMessage, [out, retval] BOOL *result) |
|
HRESULT | callWebScriptMethod ([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT *result) |
|
HRESULT | evaluateWebScript ([in] BSTR script, [out, retval] VARIANT *result) |
|
HRESULT | removeWebScriptKey ([in] BSTR name) |
|
HRESULT | stringRepresentation ([out, retval] BSTR *stringRepresentation) |
|
HRESULT | webScriptValueAtIndex ([in] unsigned int index, [out, retval] VARIANT *result) |
|
HRESULT | setWebScriptValueAtIndex ([in] unsigned int index, [in] VARIANT val) |
|
HRESULT | setException ([in] BSTR description) |
|
◆ item()
HRESULT IDOMHTMLOptionsCollection::item |
( |
[in] unsigned int |
index, |
|
|
[out, retval] IDOMNode ** |
result |
|
) |
| |
◆ length()
HRESULT IDOMHTMLOptionsCollection::length |
( |
[out, retval] unsigned int * |
result | ) |
|
◆ namedItem()
HRESULT IDOMHTMLOptionsCollection::namedItem |
( |
[in] BSTR |
name, |
|
|
[out, retval] IDOMNode ** |
result |
|
) |
| |
◆ setLength()
HRESULT IDOMHTMLOptionsCollection::setLength |
( |
[in] unsigned int |
length | ) |
|
The documentation for this interface was generated from the following file: