Jump to content

WinEndEnumWindows: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2025

  • curprev 01:2701:27, 9 April 2025 Martini talk contribs 2,073 bytes +2,073 Created page with "==Syntax== WinEndEnumWindows(henum); ==Parameters== * henum (HENUM) - Input: Enumeration handle. * Returned by previous call to the WinBeginEnumWindows call. ==Returns== ;rc (BOOL) - Returns: Success indicator. :;TRUE ::Successful completion :;FALSE ::Error occurred. ==Remarks== This function destroys the window hierarchy remembered by the WinBeginEnumWindows function. After this function, the ''henum'' parameter is no longer valid. ==Errors== Possib..."