Changeset 45 for trunk/include/helpers


Ignore:
Timestamp:
Mar 10, 2001, 12:58:28 AM (24 years ago)
Author:
umoeller
Message:

Misc. changes.

Location:
trunk/include/helpers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/winh.h

    r43 r45  
    172172                                           SHORT sId);
    173173
     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
    174196    PSZ XWPENTRY winhQueryMenuItemText(HWND hwndMenu,
    175197                                       USHORT usItemID);
  • trunk/include/helpers/xstring.h

    r41 r45  
    4848        ULONG           cbAllocated;    // memory allocated in *psz
    4949                                        // (>= ulLength + 1)
     50        ULONG           ulDelta;        // allocation delta (0 = none)
     51                                        // V0.9.9 (2001-03-07) [umoeller]
    5052    } XSTRING, *PXSTRING;
    5153
Note: See TracChangeset for help on using the changeset viewer.