GweBypassCoredllThunk_t::GetClientRect_I (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the coordinates of the client area of a window.
Syntax
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 Value
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
Header | gwebypasscoredllthunk.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
GweBypassCoredllThunk_t
GetClientRect
GweBypassCoredllThunk_t::GetWindowRect_I
RECT