 |
GetConsoleWindow ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetConsoleWindow function retrieves the window handle used by the console associated with the calling process. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HWND GetConsoleWindow(void);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetConsoleWindow IN kernel32
|
 |
 |
 |
| Parameters: |
 |
| This function has no parameters. |
 |
 |
| Return value: |
 |
| The return value is a handle to the window used by the console associated with the calling process or NULL if there is no such associated console. |
 |
 |
| Word Index links for the GetConsoleWindow : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-11-10 07:44:16 | | Modified: | 2004-11-10 07:45:16 | Visited in last 7 days: 14 |