Home
last modified time | relevance | path

Searched refs:CBEM_INSERTITEM (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/fontsub/
H A Dfontsub.cpp391 SendDlgItemMessageW(hwnd, cmb2, CBEM_INSERTITEM, 0, (LPARAM)&Item); in EditDlg_OnInitDialog()
401 SendDlgItemMessageW(hwnd, cmb3, CBEM_INSERTITEM, 0, (LPARAM)&Item); in EditDlg_OnInitDialog()
403 SendDlgItemMessageW(hwnd, cmb4, CBEM_INSERTITEM, 0, (LPARAM)&Item); in EditDlg_OnInitDialog()
566 SendDlgItemMessageW(hwnd, cmb1, CBEM_INSERTITEM, 0, (LPARAM)&Item); in AddDlg_OnInitDialog()
568 SendDlgItemMessageW(hwnd, cmb2, CBEM_INSERTITEM, 0, (LPARAM)&Item); in AddDlg_OnInitDialog()
580 SendDlgItemMessageW(hwnd, cmb3, CBEM_INSERTITEM, 0, (LPARAM)&Item); in AddDlg_OnInitDialog()
582 SendDlgItemMessageW(hwnd, cmb4, CBEM_INSERTITEM, 0, (LPARAM)&Item); in AddDlg_OnInitDialog()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3850 #define CBEM_INSERTITEM __MINGW_NAME_AW(CBEM_INSERTITEM) macro