Gets the window handle of the main window of the associated process.
- p (Process)
[Missing <param name="p"/> documentation for "M:InTheHand.Diagnostics.ProcessHelper.GetMainWindowHandle(System.Diagnostics.Process)"]
The system-generated window handle of the main window of the associated process.
The main window is the window that is created when the process is started.
After initialization, other windows may be opened, including the Modal and TopLevel windows, but the first window associated with the process remains the main window.