 |
IsWindow Add comment W32 Constants Translate this page |
 |
 |
|
The IsWindow function determines whether the specified window handle identifies an existing window |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL IsWindow(
HWND hWnd // handle of window
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER IsWindow IN user32 INTEGER hwnd
|
 |
 |
 |
| Parameters: |
 |
hWnd
Specifies the window handle |
 |
 |
| Return value: |
 |
| If the window handle identifies an existing window, the return value is TRUE; otherwise, it is FALSE |
 |
 |
| Word Index links for the IsWindow : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2001-11-26 16:02:10 | Visited in last 7 days: 245 |