/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 30 #define Button_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument 34 #define Button_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument 38 #define Button_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument 59 #define ComboBox_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument 71 #define ComboBox_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument 84 #define Edit_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument 93 #define Edit_GetSel(hwndCtl) ((DWORD)SNDMSG((hwndCtl),EM_GETSEL,0,0)) argument 95 #define Edit_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument 112 #define Edit_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument 509 #define ScrollBar_GetPos(hwndCtl) GetScrollPos((hwndCtl),SB_CTL) argument [all …]
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | eventvwr.h | 58 #define ProgressBar_SetPos(hwndCtl,pos) \ argument 60 #define ProgressBar_SetRange(hwndCtl,range) \ argument 62 #define ProgressBar_SetStep(hwndCtl,inc) \ argument 64 #define ProgressBar_StepIt(hwndCtl) \ argument 67 #define StatusBar_GetItemRect(hwndCtl,index,lprc) \ argument 69 #define StatusBar_SetText(hwndCtl,index,data) \ argument
|
/reactos/base/applications/msconfig_new/comctl32ex/ |
H A D | comctl32supp.h | 14 #define Button_IsEnabled(hwndCtl) IsWindowEnabled((hwndCtl)) argument
|
/reactos/modules/rostests/apitests/user32/ |
H A D | DM_REPOSITION.c | 108 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
|
H A D | NextDlgItem.c | 379 OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
|
/reactos/modules/rostests/apitests/imm32/ |
H A D | ImmEnumInputContext.c | 145 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
|
H A D | JapanImeConvTest.h | 133 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
|
/reactos/modules/rostests/apitests/comctl32/ |
H A D | propsheet.c | 26 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
|
/reactos/dll/win32/uxtheme/ |
H A D | ncscrollbar.c | 405 HWND hwndOwner, hwndCtl; in SCROLL_HandleScrollEvent() local
|
/reactos/modules/rosapps/applications/sysutils/fontsub/ |
H A D | fontsub.cpp | 461 void EditDlg_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in EditDlg_OnCommand() 611 void AddDlg_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in AddDlg_OnCommand() 1256 void MainWnd_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in MainWnd_OnCommand()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHAppBarMessage.cpp | 261 void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
|
/reactos/dll/win32/comdlg32/ |
H A D | colordlg.c | 982 …atic LRESULT CC_WMCommand(CCPRIV *lpp, WPARAM wParam, LPARAM lParam, WORD notifyCode, HWND hwndCtl) in CC_WMCommand()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | edit.c | 818 static void ET2_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in ET2_OnCommand()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | edit.c | 827 static void ET2_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in ET2_OnCommand()
|
/reactos/dll/win32/shell32/ |
H A D | CShellLink.cpp | 2917 void CShellLink::OnCommand(HWND hwndDlg, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
|
/reactos/win32ss/user/user32/windows/ |
H A D | dialog.c | 2170 HWND hwndCtl) in GetDlgCtrlID()
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 860 MD_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in MD_OnCommand() 881 MD_OnHScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos) in MD_OnHScroll() 888 MD_OnVScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos) in MD_OnVScroll()
|