mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-02 08:31:16 +03:00
Properly document the l_param passed to enumwindowsproc()
This commit is contained in:
parent
479bfe58eb
commit
b3e4eafb14
@ -134,7 +134,7 @@ if __name__ == '__main__': # noqa: C901
|
|||||||
process/window. If not we'll raise that existing window to the
|
process/window. If not we'll raise that existing window to the
|
||||||
foreground.
|
foreground.
|
||||||
:param window_handle: Window to check.
|
: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
|
: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
|
# class name limited to 256 - https://msdn.microsoft.com/en-us/library/windows/desktop/ms633576
|
||||||
|
Loading…
x
Reference in New Issue
Block a user