InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetWindowThreadProcessId Method

In This Topic
    GetWindowThreadProcessId Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetWindowThreadProcessId( _
       ByVal hWnd As IntPtr, _
       ByRef lpdwProcessId As Integer _
    ) As IntPtr
    public static IntPtr GetWindowThreadProcessId( 
       IntPtr hWnd,
       ref int lpdwProcessId
    )

    Parameters

    hWnd
    lpdwProcessId
    See Also