Changeset 9521 for trunk/include/win/winuser.h
- Timestamp:
- Dec 18, 2002, 1:24:32 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r9158 r9521 1494 1494 RECT rcExclude; 1495 1495 } TPMPARAMS, *LPTPMPARAMS; 1496 1497 /* 1498 * Combobox information 1499 */ 1500 typedef struct tagCOMBOBOXINFO 1501 { 1502 DWORD cbSize; 1503 RECT rcItem; 1504 RECT rcButton; 1505 DWORD stateButton; 1506 HWND hwndCombo; 1507 HWND hwndItem; 1508 HWND hwndList; 1509 } COMBOBOXINFO, *PCOMBOBOXINFO, *LPCOMBOBOXINFO; 1496 1510 1497 1511 /* FIXME: not sure this one is correct */
Note:
See TracChangeset
for help on using the changeset viewer.