public static IntPtr GetWindow(
IntPtr hWnd,
int uCmd
)
Public Shared Function GetWindow (
hWnd As IntPtr,
uCmd As Integer
) As IntPtr
public:
static IntPtr GetWindow(
IntPtr hWnd,
int uCmd
)
static member GetWindow :
hWnd : IntPtr *
uCmd : int -> IntPtr