Home
last modified time | relevance | path

Searched defs:hwndCtl (Results 1 – 17 of 17) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwindowsx.h30 #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 Deventvwr.h58 #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 Dcomctl32supp.h14 #define Button_IsEnabled(hwndCtl) IsWindowEnabled((hwndCtl)) argument
/reactos/modules/rostests/apitests/user32/
H A DDM_REPOSITION.c108 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
H A DNextDlgItem.c379 OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
/reactos/modules/rostests/apitests/imm32/
H A DImmEnumInputContext.c145 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
H A DJapanImeConvTest.h133 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
/reactos/modules/rostests/apitests/comctl32/
H A Dpropsheet.c26 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
/reactos/dll/win32/uxtheme/
H A Dncscrollbar.c405 HWND hwndOwner, hwndCtl; in SCROLL_HandleScrollEvent() local
/reactos/modules/rosapps/applications/sysutils/fontsub/
H A Dfontsub.cpp461 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 DSHAppBarMessage.cpp261 void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
/reactos/dll/win32/comdlg32/
H A Dcolordlg.c982 …atic LRESULT CC_WMCommand(CCPRIV *lpp, WPARAM wParam, LPARAM lParam, WORD notifyCode, HWND hwndCtl) in CC_WMCommand()
/reactos/modules/rostests/winetests/user32/
H A Dedit.c818 static void ET2_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in ET2_OnCommand()
/reactos/modules/rostests/winetests/comctl32/
H A Dedit.c827 static void ET2_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in ET2_OnCommand()
/reactos/dll/win32/shell32/
H A DCShellLink.cpp2917 void CShellLink::OnCommand(HWND hwndDlg, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
/reactos/win32ss/user/user32/windows/
H A Ddialog.c2170 HWND hwndCtl) in GetDlgCtrlID()
/reactos/sdk/include/reactos/
H A Dmsgdump.h860 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()