インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
QuickWin Function: Changes a menu item's text string.
result = MODIFYMENUSTRINGQQ (menuID,itemID,text)
menuID |
(Input) INTEGER(4). Identifies the menu containing the item whose text string is to be changed, starting with 1 as the leftmost item. |
itemID |
(Input) INTEGER(4). Identifies the menu item whose text string is to be changed, starting with 0 as the top menu item. |
text |
(Input) Character*(*). Menu item name. Must be a null-terminated C string. For example, words of text'C. |