 |
CloseWindow ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The CloseWindow function minimizes (but does not destroy) the specified window. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CloseWindow(
HWND hWnd // handle to window to minimize
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CloseWindow IN user32;
INTEGER hWnd
|
 |
 |
 |
| Parameters: |
 |
hWnd
[in] Handle to the window to be minimized. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
| It is an example of misleading name. To destroy a window, an application must use the DestroyWindow function. |
 |
 |
| Word Index links for the CloseWindow : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-01-10 18:49:05 | | Modified: | 2003-07-10 08:38:13 | Visited in last 7 days: 202 |