 |
GetMenu ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetMenu function retrieves a handle to the menu assigned to the specified window. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HMENU GetMenu(
HWND hWnd
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetMenu IN user32;
INTEGER hWnd
|
 |
 |
 |
| Parameters: |
 |
hWnd
[in] Handle to the window whose menu handle is to be retrieved. |
 |
 |
| Return value: |
 |
| The return value is a handle to the menu. If the specified window has no menu, the return value is NULL. If the window is a child window, the return value is undefined. |
 |
 |
| Word Index links for the GetMenu : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-10-31 11:38:07 | | Modified: | 2002-10-31 11:39:12 | Visited in last 7 days: 46 |