 |
GetWindowInfo ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetWindowInfo function retrieves information about the specified window. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL GetWindowInfo(
HWND hwnd, // handle to window
PWINDOWINFO pwi // window information
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetWindowInfo IN user32;
INTEGER hwnd,;
STRING @ pwi
|
 |
 |
 |
| Parameters: |
 |
hwnd
[in] Handle to the window whose information is to be retrieved.
pwi
[out] Pointer to a WINDOWINFO structure to receive the information. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the GetWindowInfo : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-01-20 11:34:54 | | Modified: | 2002-01-20 11:36:02 | Visited in last 7 days: 35 |