Partager via


GweBypassCoredllThunk_t::GetClientRect_I

This method retrieves the coordinates of the client area of a window.

static BOOL WINAPI GetClientRect_I(
  HWND hwndThis,
  LPRECT prc
);

Parameters

  • hwndThis
    [in] Handle to the window for which the client coordinates are to be retrieved.
  • prc
    [out] Long pointer to a RECT structure that receives the client coordinates. The left and top members are zero. The right and bottom members contain the width and height of the window.

Return Values

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.

Remarks

This method is an internal version of the GetClientRect function.

Command bars are included in the client area.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.

See Also

GetClientRect | GweBypassCoredllThunk_t::GetWindowRect_I | RECT

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.