win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinEndEnumWindows (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINWINDOWMGR
 
BOOL WinEndEnumWindows(henum)
HENUM henum;    /* handle of the enumeration list */
 
The WinEndEnumWindows function ends an enumeration process. This function
destroys the snapshot of the window hierarchy captured by the
WinBeginEnumWindows function.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
henum      Identifies the enumeration list. This handle must have been
           created by a previous call to the WinBeginEnumWindows function.
 
Return Value
 
The return value is TRUE if the function is successful or FALSE if an error
occurs.
 
See Also
 
WinBeginEnumWindows