NativeMethods.GetWindowThreadProcessId(IntPtr, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int GetWindowThreadProcessId(IntPtr hWnd, [Runtime::InteropServices::Out] int % lpdwProcessId);
public static int GetWindowThreadProcessId (IntPtr hWnd, out int lpdwProcessId);
static member GetWindowThreadProcessId : nativeint * int -> int
Public Shared Function GetWindowThreadProcessId (hWnd As IntPtr, ByRef lpdwProcessId As Integer) As Integer
Parameters
- hWnd
-
IntPtr
nativeint
- lpdwProcessId
- Int32