Article ID: 191508 - Last Review: May 9, 1999 - Revision: 1.0

PRB: Confusing Return Values from DDE topic WWW_ListWindows

This article was previously published under Q191508
Expand all | Collapse all

SYMPTOMS

Sending the DDE topic WWW_ListWindows to IExplore (Internet Explorer) returns an array of DWORDS containing a sequence of integers 1-n, not the HWNDs of windows opened by the Browser as implied in the documentation.

CAUSE

What is being returned is a sequence corresponding to the number of instances of the Browser that are currently opened. For instance, if three instances of Internet Explorer are running, then the WWW_ListWindows topic will return, to the caller, an array of DWORD's containing the integers 1, 2, 3.

RESOLUTION

The WWW_ListWindows topic can only be used to determine the number of instances of the browser that are running. To determine the windows owned for each instance, an API call such as FindWindows() must be used. General information on finding and enumerating windows is available in the MSDN article "Win32 Window Hierarchy and Styles" by Kyle Marsh.

REFERENCES

MSDN article "Win32 Window Hierarchy and Styles" by Kyle Marsh 1993. For additional information about , please see the following article(s) in the Microsoft Knowledge Base:
160957  (http://support.microsoft.com/kb/160957/EN-US/ ) Dynamic Data Exchange Support in Microsoft Internet Explorer

APPLIES TO
  • Microsoft Internet Explorer 4.0 128-Bit Edition
  • Microsoft Internet Explorer 4.01 Service Pack 2
  • Microsoft Internet Explorer 4.01 Service Pack 1
Keywords: 
kbdde kbprb KB191508
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations

 

Related Support Centers