This function ends the enumeration process for a specified enumeration.
#define INCL_WINWINDOWMGR /* Or use INCL_WIN, INCL_PM, */ #include <os2.h> HENUM henum; /* Enumeration handle. */ BOOL rc; /* Success indicator. */ rc = WinEndEnumWindows(henum);