InteropGetWindowRect(IntPtr, InteropRect) Method
Namespace: PCBI_InstanceSyncAssembly: PCBI_InstanceSync (in PCBI_InstanceSync.dll) Version: 16.0.0.0 (16.0.0.0)
public static bool GetWindowRect(
IntPtr hWnd,
ref InteropRect lpRect
)
Public Shared Function GetWindowRect (
hWnd As IntPtr,
ByRef lpRect As InteropRect
) As Boolean
public:
static bool GetWindowRect(
IntPtr hWnd,
InteropRect% lpRect
)
static member GetWindowRect :
hWnd : IntPtr *
lpRect : InteropRect byref -> bool
- hWnd IntPtr
-
- lpRect InteropRect
-
Boolean