From b3e4eafb1408e121546ce2b5b1b4acffc3a62943 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 19 Jan 2021 20:40:56 +0000 Subject: [PATCH] Properly document the l_param passed to enumwindowsproc() --- EDMarketConnector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index ccfdce35..be76bff1 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -134,7 +134,7 @@ if __name__ == '__main__': # noqa: C901 process/window. If not we'll raise that existing window to the foreground. :param window_handle: Window to check. - :param l_param: ??? + :param l_param: The second parameter to the EnumWindows() call. :return: False if we found a match, else True to continue iteration """ # class name limited to 256 - https://msdn.microsoft.com/en-us/library/windows/desktop/ms633576