 |
GetMenuItemCount ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetMenuItemCount function determines the number of items in the specified menu. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int GetMenuItemCount(
HMENU hMenu
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetMenuItemCount IN user32;
INTEGER hMenu
|
 |
 |
 |
| Parameters: |
 |
hMenu
[in] Handle to the menu to be examined. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value specifies the number of items in the menu. |
 |
 |
| Word Index links for the GetMenuItemCount : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-10-31 11:35:35 | | Modified: | 2002-10-31 11:37:38 | Visited in last 7 days: 38 |