Changeset 45 for trunk/include
- Timestamp:
- Mar 10, 2001, 12:58:28 AM (24 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r43 r45 172 172 SHORT sId); 173 173 174 BOOL XWPENTRY winhCopyMenuItem(HWND hmenuTarget, 175 HWND hmenuSource, 176 USHORT usID, 177 SHORT sTargetPosition); 178 typedef BOOL XWPENTRY WINHCOPYMENUITEM(HWND hmenuTarget, 179 HWND hmenuSource, 180 USHORT usID, 181 SHORT sTargetPosition); 182 typedef WINHCOPYMENUITEM *PWINHCOPYMENUITEM; 183 184 HWND XWPENTRY winhMergeIntoSubMenu(HWND hmenuTarget, 185 SHORT sTargetPosition, 186 const char *pcszTitle, 187 SHORT sID, 188 HWND hmenuSource); 189 typedef HWND XWPENTRY WINHMERGEINTOSUBMENU(HWND hmenuTarget, 190 SHORT sTargetPosition, 191 const char *pcszTitle, 192 SHORT sID, 193 HWND hmenuSource); 194 typedef WINHMERGEINTOSUBMENU *PWINHMERGEINTOSUBMENU; 195 174 196 PSZ XWPENTRY winhQueryMenuItemText(HWND hwndMenu, 175 197 USHORT usItemID); -
trunk/include/helpers/xstring.h
r41 r45 48 48 ULONG cbAllocated; // memory allocated in *psz 49 49 // (>= ulLength + 1) 50 ULONG ulDelta; // allocation delta (0 = none) 51 // V0.9.9 (2001-03-07) [umoeller] 50 52 } XSTRING, *PXSTRING; 51 53
Note:
See TracChangeset
for help on using the changeset viewer.