Searched defs:nFlags (Results 1 – 11 of 11) sorted by relevance
/reactos/modules/rosapps/templates/mdi/ |
H A D | framewnd.c | 229 void OnMenuSelect(HWND hWnd, UINT nItemID, UINT nFlags, HMENU hSysMenu) in OnMenuSelect()
|
/reactos/base/applications/taskmgr/ |
H A D | taskmgr.c | 871 void TaskManager_OnMenuSelect(HWND hWnd, UINT nItemID, UINT nFlags, HMENU hSysMenu) in TaskManager_OnMenuSelect()
|
/reactos/win32ss/user/ntuser/ |
H A D | painting.c | 1262 UINT nFlags) in IntPrintWindow() 2576 UINT nFlags) in NtUserPrintWindow()
|
/reactos/dll/win32/riched20/ |
H A D | run.c | 296 ME_DisplayItem *ME_MakeRun(ME_Style *s, int nFlags) in ME_MakeRun()
|
H A D | editstr.h | 165 int nFlags; member 211 int nFlags; member
|
H A D | editor.c | 5214 int nFlags = pRun->member.run.nFlags; in ME_GetTextW() local
|
/reactos/base/services/tftpd/ |
H A D | tftpd.cpp | 2540 u_long nFlags = InterfaceList[i].iiFlags; in getInterfaces() local
|
/reactos/base/applications/regedit/ |
H A D | framewnd.c | 129 static void OnMenuSelect(HWND hWnd, UINT nItemID, UINT nFlags, HMENU hSysMenu) in OnMenuSelect()
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 1288 BOOL SetWindowPos(HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT nFlags) in SetWindowPos()
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 1496 MD_OnUninitMenuPopup(HWND hwnd, HMENU hMenu, UINT nFlags) in MD_OnUninitMenuPopup() 1696 MD_OnMouseHover(HWND hwnd, UINT nFlags, INT xPos, INT yPos) in MD_OnMouseHover()
|
H A D | winxx.h | 244 #define FORWARD_WM_UNINITMENUPOPUP(hwnd, hMenu, nFlags, fn) \ argument 445 #define FORWARD_WM_MOUSEHOVER(hwnd, nFlags, xPos, yPos, fn) \ argument
|