Ignore:
Timestamp:
Jul 18, 2000, 8:30:47 PM (25 years ago)
Author:
sandervl
Message:

YD: header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/commdlg.h

    r2694 r3850  
    1 /* $Id: commdlg.h,v 1.5 2000-02-09 13:40:23 sandervl Exp $ */
     1/* $Id: commdlg.h,v 1.6 2000-07-18 18:30:33 sandervl Exp $ */
    22/*
    33 * COMMDLG - Common Wine Dialog ... :-)
     
    597597        (int)SNDMSG(_hdlg, CDM_GETSPEC, (WPARAM)_cbmax, (LPARAM)(LPWSTR)_psz)
    598598#define     CommDlg_OpenSave_GetSpec WINELIB_NAME_AW(CommDlg_OpenSave_GetSpec)
     599
     600// lParam = pointer to a string
     601// wParam = ID of control to change
     602// return = not used
     603#define CDM_SETCONTROLTEXT      (CDM_FIRST + 0x0004)
     604#define CommDlg_OpenSave_SetControlText(_hdlg, _id, _text) \
     605        (void)SNDMSG(_hdlg, CDM_SETCONTROLTEXT, (WPARAM)_id, (LPARAM)(LPSTR)_text)
    599606
    600607BOOL16  WINAPI ChooseColor16(LPCHOOSECOLOR16 lpChCol);
Note: See TracChangeset for help on using the changeset viewer.