[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetWindowThreadProcessId

GetWindowThreadProcessId Method

GetWindowThreadProcessId(IntPtr, ref int)

Declaration
public static extern IntPtr GetWindowThreadProcessId(IntPtr hWnd, ref int lpdwProcessId)
Public Shared Function GetWindowThreadProcessId(hWnd As IntPtr, ByRef lpdwProcessId As Integer) As IntPtr
Parameters
Type Name Description
IntPtr hWnd
int lpdwProcessId
Returns
Type Description
IntPtr