◄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 ♦