Changeset 206 for trunk/include/helpers/winh.h
- Timestamp:
- Aug 12, 2002, 5:54:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r199 r206 254 254 */ 255 255 256 #define winhRemoveMenuItem(hwndMenu, sItemId) \ 257 (SHORT)WinSendMsg(hwndMenu, MM_REMOVEITEM, MPFROM2SHORT(sItemId, FALSE), 0) 256 #define winhRemoveMenuItem(hwndMenu, sItemID) \ 257 (SHORT)WinSendMsg(hwndMenu, MM_REMOVEITEM, MPFROM2SHORT(sItemID, FALSE), 0) 258 259 BOOL XWPENTRY winhRemoveMenuItems(HWND hwndMenu, 260 const SHORT *asItemIDs, 261 ULONG cItemIDs); 258 262 259 263 /*
Note:
See TracChangeset
for help on using the changeset viewer.