Appendix A: System Routines — Menus
881
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
MenuEnd
Declaration:
void
MenuEnd
(HANDLE
MenuHandle
)
Category(ies):
Menus
Description:
Terminate the given menu-draw handle. If the MBF_NO_DRAWTOP flag
was NOT passed to
WinBegin
then clear the area underneath the menu.
If MBF_HMENU (and a dynamic menu/pop-up handle) was passed to
MenuBegin
then that dynamic handle is freed. Finally, the memory
allocated to
MenuHandle
is freed.
Inputs:
MenuHandle
— Handle returned from
MenuBegin
.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: MenuBegin, MenuKey
Example:
See
MenuBegin
.