CALL "W$MENU" USING WMENU-DELETE menuHandle ID GIVING returnCode |
WMENU-DELETE | Constant | |
menuHandle | USAGE HANDLE | Specifies the handle of an existing menu. |
ID | any numeric data item or numeric literal | Specifies the menu entry to be deleted. |
<=0 | Operation failed. |
>0 | Operation successful. |