ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.IntPtr, _
       ByRef lpdwProcessId As System.Integer _
    ) As System.IntPtr
    public static System.IntPtr GetWindowThreadProcessId( 
       System.IntPtr hWnd,
       ref System.int lpdwProcessId
    )

    Parameters

    hWnd
    lpdwProcessId
    See Also