NativeMethods.GetWindowRect(IntPtr, NativeMethods+RECT) 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 GetWindowRect(IntPtr hWnd, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::NativeMethods::RECT % lpRect);
public static int GetWindowRect (IntPtr hWnd, ref Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.RECT lpRect);
static member GetWindowRect : nativeint * RECT -> int
Public Shared Function GetWindowRect (hWnd As IntPtr, ByRef lpRect As NativeMethods.RECT) As Integer
Parameters
- hWnd
-
IntPtr
nativeint
- lpRect
- NativeMethods.RECT