[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetMenuString( hMenu, nID, nFlag )-><cPrompt>
------------------------------------------------------------------------------
PARAMETER:
<hmenu> handle that identifies the source menu
<nID> menu item identifier
<nFlag> determines if <nID> means the menu items ID or position:
MF_BYCOMMAND nID is the menu-item identifier.
MF_BYPOSITION nID is the zero-based position
RETURNS:
<cPrompt> is the menu item prompt string
DESCRIPTION:
GetMenuString() returns the label of a menu item.
SOURCE:
SOURCE\WINAPI\MENUS.C
See Also:
GetMItemID
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson