IENumManagerFrames interface
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
The IEnumManagerFrames iterates through the IEFrame HWNDs in an instance of IE created by CreateObject with the INTERNETEXPLORERCONFIGURATION_WEB_DRIVER configuration.
Members
The IENumManagerFrames interface inherits from the IUnknown interface. IENumManagerFrames also has these types of members:
- Methods
Methods
The IENumManagerFrames interface has these methods.
Method | Description |
---|---|
Next | Returns the next HWND in the list. |
Reset | Releases the existing HWND list if there is one. This method is a no-op if Next was never called. |