Difference between revisions of "GSDP:GAM100/CProcessing/GetWindowHandle()"
From Inside
< GSDP:GAM100 | CProcessing
>Zachary.logsdon |
>Zachary.logsdon |
||
Line 4: | Line 4: | ||
== Description == | == Description == | ||
Returns the window handle (HWND) of the program running. | Returns the window handle (HWND) of the program running. | ||
− | See https://docs.microsoft.com/en-us/windows/win32/apiindex/windows-api-list for | + | See https://docs.microsoft.com/en-us/windows/win32/apiindex/windows-api-list for windows.h documentation and examples. |
=== See Also === | === See Also === |
Latest revision as of 08:43, 20 October 2019
Run()
Description
Returns the window handle (HWND) of the program running. See https://docs.microsoft.com/en-us/windows/win32/apiindex/windows-api-list for windows.h documentation and examples.