Partager via


NativeMethods.GetWindow(HandleRef, Int32) Method

Definition

public:
 static IntPtr GetWindow(System::Runtime::InteropServices::HandleRef hWnd, int uCmd);
public static IntPtr GetWindow (System.Runtime.InteropServices.HandleRef hWnd, int uCmd);
static member GetWindow : System.Runtime.InteropServices.HandleRef * int -> nativeint
Public Shared Function GetWindow (hWnd As HandleRef, uCmd As Integer) As IntPtr

Parameters

hWnd
HandleRef
uCmd
Int32

Returns

IntPtr

nativeint

Returns IntPtr.

Applies to