 |
GetClientRect Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves the coordinates of a window"s client area. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL GetClientRect(
HWND hWnd, // handle to window
LPRECT lpRect // client coordinates
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT GetClientRect IN user32;
INTEGER hwnd,;
STRING @ lpRect
|
 |
 |
 |
| Parameters: |
 |
hWnd
[in] Handle to the window whose client coordinates are to be retrieved.
lpRect
[out] 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: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the GetClientRect : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-04 12:00:00 | | Modified: | 2001-11-26 16:03:06 | Visited in last 7 days: 38 |