Share via


GweBypassCoredllThunk_t::GetClientRect_I (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.