Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows developers to retrieve a custom Microsoft JScript function associated with a Document Object Model (DOM) property. The custom function is used to return a value from a property or function.
![]() |
Syntax
HRESULT retVal = object.LookupGetter(propname, ppDispHandler);
Parameters
propname [in]
Type: BSTRName of the property or function to be retrieved.
ppDispHandler [out, retval]
Type: VARIANTName of the JScript function that provides the new functionality.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See also
IHTMLDOMConstructorCollection::StaticNodeList
IHTMLDOMConstructorCollection::HTMLGenericElement
IHTMLDOMConstructorCollection::HTMLLinkElement
IHTMLDOMConstructorCollection::HTMLFormElement
IHTMLDOMConstructorCollection::HTMLTextElement
documentCompatibleInfoCollection
Other Resources
Document Object Model Prototypes, Part 1: Introduction
Document Object Model Prototypes, Part 2: Accessor (getter/setter) Support
.png)