 |
GetShellWindow Add comment W32 Constants Translate this page |
 |
 |
|
The GetShellWindow function returns a handle to the Shell"s desktop window. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HWND GetShellWindow(VOID);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetShellWindow IN user32
|
 |
 |
 |
| Parameters: |
 |
| This function has no input parameters. |
 |
 |
| Return value: |
 |
| The return value is the handle of the Shell"s desktop window. If no Shell process is present, the return value is NULL. |
 |
 |
| My comment: |
 |
| My guess: in many cases this function returns result very close (but not identical) to the GetDesktopWindow function. |
 |
 |
| Word Index links for the GetShellWindow : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-03-03 21:18:33 | | Modified: | 2003-03-03 21:22:53 | Visited in last 7 days: 11 |