Changeset 3850 for trunk/include/win/commdlg.h
- Timestamp:
- Jul 18, 2000, 8:30:47 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/include/win/commdlg.h (modified) (2 diffs)
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 $ */ 2 2 /* 3 3 * COMMDLG - Common Wine Dialog ... :-) … … 597 597 (int)SNDMSG(_hdlg, CDM_GETSPEC, (WPARAM)_cbmax, (LPARAM)(LPWSTR)_psz) 598 598 #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) 599 606 600 607 BOOL16 WINAPI ChooseColor16(LPCHOOSECOLOR16 lpChCol);
Note:
See TracChangeset
for help on using the changeset viewer.
