Releases from memory the specified menu item, and frees all memory storage associated with this item.
Syntax
void _DisposeItem(MENUID menuid, ITEMID itemid)
MENUID menuid; /* Menu identifier. */
ITEMID itemid; /* Menu item identifier. */
Remarks
_DisposeItem( ) doesn't release any submenus that are associated with the item.
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.