1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Properly document the l_param passed to enumwindowsproc()

This commit is contained in:
Athanasius 2021-01-19 20:40:56 +00:00
parent 479bfe58eb
commit b3e4eafb14

View File

@ -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