Ignore:
Timestamp:
Jul 6, 2001, 6:57:59 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r84 r85  
    161161     ********************************************************************/
    162162
     163    ULONG XWPENTRY winhQueryWindowStyle(HWND hwnd);
     164
    163165    BOOL XWPENTRY winhEnableDlgItem(HWND hwndDlg, SHORT id, BOOL fEnable);
    164166
     
    356358                                         ULONG max,
    357359                                         ULONG current);
     360    typedef VOID XWPENTRY WINHSETDLGITEMSPINDATA(HWND hwndDlg,
     361                                                 ULONG idSpinButton,
     362                                                 ULONG min,
     363                                                 ULONG max,
     364                                                 ULONG current);
     365    typedef WINHSETDLGITEMSPINDATA *PWINHSETDLGITEMSPINDATA;
    358366
    359367    LONG XWPENTRY winhAdjustDlgItemSpinData(HWND hwndDlg,
     
    361369                                            LONG lGrid,
    362370                                            USHORT usNotifyCode);
     371    typedef LONG XWPENTRY WINHADJUSTDLGITEMSPINDATA(HWND hwndDlg,
     372                                                    USHORT usItemID,
     373                                                    LONG lGrid,
     374                                                    USHORT usNotifyCode);
     375    typedef WINHADJUSTDLGITEMSPINDATA *PWINHADJUSTDLGITEMSPINDATA;
    363376
    364377    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.