Contents Index Topic Contents | ||
Previous Topic: IOmNavigator::get_opsProfile Next Topic: IOmNavigator::get_systemLanguage |
IOmNavigator::get_plugins
HRESULT get_plugins( IHTMLPluginsCollection **p );Retrieves an interface pointer to a zero-based collection of all the EMBED elements in an HTML document. The elements are in the same order as they appear in the document.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the interface pointer.
The collection is indexed first by name, then by ID. If duplicate names are found, a collection of those named items is returned. The resulting collection can be referenced only by ordinal position.
See also IHTMLPluginsCollection
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.