Copies the text of a menu bar or menu title to the buffer pointed to by text.
Syntax
void _GetItemText(MENUID menuid, ITEMID itemid, char FAR *text)
MENUID menuid; /* Menu identifier. */
ITEMID itemid; /* Menu item identifier. */
char FAR *text; /* Buffer address for text. */
Remarks
The buffer must be at least 80 bytes long.
For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.