Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 112 of file appearance.c.
Referenced by AppearancePageProc().
{ HWND hwndCombo; INT sel; hwndCombo = GetDlgItem(hwndDlg, nIDDlgItem); sel = SendMessage(hwndCombo, CB_GETCURSEL, 0, 0); if (sel == CB_ERR) return -1; return (INT)SendMessage(hwndCombo, CB_GETITEMDATA, (WPARAM)sel, 0); }