GroupLab Widget Tap Library

Win32Helper.GetWindowProcessID Method 

Gets the operating system process identifier of the process that maintains the a windowing system window.

public static IntPtr GetWindowProcessID(
   IntPtr windowHandle
);

Parameters

windowHandle
A window handle.

Return Value

The operationg system process identifier of the process that the windowing system window.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace