GroupLab Widget Tap Library | |
Win32Helper.GetProcessWindows Method
Gets a list of the windowing system identifiers of all windows created by processes started from executable files with the given file name.
public static
IntPtr[] GetProcessWindows(
string processFileNameWithoutExtension);
Parameters
- processFileNameWithoutExtension
- A process executable file name.
Return Value
A list of window handles.
See Also
Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace