Home
last modified time | relevance | path

Searched refs:uFlags (Results 1 – 25 of 190) sorted by relevance

12345678

/reactos/win32ss/user/ntuser/
H A Ddraw.c120 if(uFlags & BF_MONO) in IntDrawDiagEdge()
321 if(uFlags & BF_ADJUST) in IntDrawDiagEdge()
431 if(uFlags & BF_MONO) in IntDrawRectEdge()
493 if(uFlags & BF_TOP) in IntDrawRectEdge()
498 if(uFlags & BF_LEFT) in IntDrawRectEdge()
510 if(uFlags & BF_RIGHT) in IntDrawRectEdge()
519 if(uFlags & BF_TOP) in IntDrawRectEdge()
524 if(uFlags & BF_LEFT) in IntDrawRectEdge()
536 if(uFlags & BF_RIGHT) in IntDrawRectEdge()
542 if( ((uFlags & BF_MIDDLE) && retval) || (uFlags & BF_ADJUST) ) in IntDrawRectEdge()
[all …]
/reactos/dll/win32/kernel32/client/
H A Dheapmem.c368 GlobalAlloc(UINT uFlags, in GlobalAlloc() argument
379 if (uFlags & ~GMEM_VALID_FLAGS) in GlobalAlloc()
391 if (!(uFlags & GMEM_MOVEABLE)) in GlobalAlloc()
546 uFlags = 0; in GlobalFlags()
603 return uFlags; in GlobalFlags()
827 UINT uFlags) in GlobalReAlloc() argument
842 if ((uFlags & GMEM_DISCARDABLE) && !(uFlags & GMEM_MODIFY)) in GlobalReAlloc()
1390 LocalAlloc(UINT uFlags, in LocalAlloc() argument
1545 uFlags = 0; in LocalFlags()
1586 return uFlags; in LocalFlags()
[all …]
/reactos/dll/cpl/desk/
H A Ddraw.c109 if (uFlags & BF_TOP) in MyIntDrawRectEdge()
114 if (uFlags & BF_LEFT) in MyIntDrawRectEdge()
131 if (uFlags & BF_RIGHT) in MyIntDrawRectEdge()
144 if (uFlags & BF_TOP) in MyIntDrawRectEdge()
149 if (uFlags & BF_LEFT) in MyIntDrawRectEdge()
173 if (uFlags & BF_ADJUST) in MyIntDrawRectEdge()
178 if (uFlags & BF_LEFT) in MyIntDrawRectEdge()
182 if (uFlags & BF_TOP) in MyIntDrawRectEdge()
241 switch(uFlags & 0xff) in MyDrawFrameCaption()
310 switch(uFlags & 0xff) in MyDrawFrameScroll()
[all …]
/reactos/win32ss/user/user32/windows/
H A Ddraw.c144 if(uFlags & BF_MONO) in IntDrawDiagEdge()
443 if(uFlags & BF_MONO) in IntDrawRectEdge()
488 if(uFlags & BF_TOP) in IntDrawRectEdge()
494 if(uFlags & BF_LEFT) in IntDrawRectEdge()
506 if(uFlags & BF_RIGHT) in IntDrawRectEdge()
514 if(uFlags & BF_TOP) in IntDrawRectEdge()
520 if(uFlags & BF_LEFT) in IntDrawRectEdge()
532 if(uFlags & BF_RIGHT) in IntDrawRectEdge()
539 if( ((uFlags & BF_MIDDLE) && retval) || (uFlags & BF_ADJUST) ) in IntDrawRectEdge()
555 if(uFlags & BF_ADJUST) in IntDrawRectEdge()
[all …]
H A Dnonclient.c80 RealUserDrawCaption(HWND hWnd, HDC hDC, LPCRECT lpRc, UINT uFlags) in RealUserDrawCaption() argument
82 ERR("Real DC flags %08x\n",uFlags); in RealUserDrawCaption()
83 return NtUserDrawCaption(hWnd, hDC, lpRc, uFlags); in RealUserDrawCaption()
172 DrawCaption(HWND hWnd, HDC hDC, LPCRECT lprc, UINT uFlags) in DrawCaption() argument
181 if (!Hook) return NtUserDrawCaption(hWnd, hDC, lprc, uFlags); in DrawCaption()
185 Ret = guah.DrawCaption(hWnd, hDC, lprc, uFlags); in DrawCaption()
209 UINT uFlags in DrawCaptionTempW() argument
229 UINT uFlags in DrawCaptionTempA() argument
236 if (!(uFlags & DC_TEXT) || !str) in DrawCaptionTempA()
237 return DrawCaptionTempW(hwnd, hdc, rect, hFont, hIcon, NULL, uFlags); in DrawCaptionTempA()
[all …]
/reactos/win32ss/user/user32/misc/
H A Dexit.c60 UINT uFlags; member
65 ExitWindowsWorker(UINT uFlags,
77 if (ExitWindowsWorker(ExitData->uFlags, ExitData->dwReserved, TRUE)) in ExitWindowsThread()
87 ExitWindowsWorker(UINT uFlags, in ExitWindowsWorker() argument
110 ExitReactOSRequest->Flags = uFlags; in ExitWindowsWorker()
157 ExitData.uFlags = uFlags; in ExitWindowsWorker()
186 ExitWindowsEx(UINT uFlags, in ExitWindowsEx() argument
197 return ExitWindowsWorker(uFlags, dwReserved, FALSE); in ExitWindowsEx()
/reactos/sdk/tools/spec2def/
H A Dspec2def.c29 unsigned int uFlags; member
255 (pexp->uFlags & FL_STUB) == 0) in OutputLine_stub()
276 if (pexp->uFlags & FL_REGISTER) in OutputLine_stub()
341 if (pexp->uFlags & FL_REGISTER) in OutputLine_stub()
396 if (pexp->uFlags & FL_REGISTER) in OutputLine_stub()
418 if (pexp->uFlags & FL_RET64) in OutputLine_stub()
757 if (pexp->uFlags & FL_IMPSYM) in OutputLine_def()
790 if (pexp->uFlags & FL_NONAME) in OutputLine_def()
796 if (pexp->uFlags & FL_PRIVATE) in OutputLine_def()
965 exp.uFlags = 0; in ParseFile()
[all …]
/reactos/dll/win32/winmm/
H A Dmmio.c487 if (uFlags & MMIO_EMPTYBUF) in MMIO_Flush()
528 UINT uFlags) in MMIO_SetBuffer() argument
950 hmmio, pchBuffer, cchBuffer, uFlags); in mmioSetBuffer()
970 return MMIO_Flush(wm, uFlags); in mmioFlush()
991 if (uFlags != MMIO_READ && uFlags != MMIO_WRITE) in mmioAdvance()
1031 if (uFlags & MMIO_TOUPPER) { in mmioStringToFOURCCA()
1140 if (uFlags & MMIO_FINDCHUNK) in mmioDescend()
1144 if (uFlags & MMIO_FINDLIST) in mmioDescend()
1150 if (uFlags & MMIO_FINDRIFF) in mmioDescend()
1250 if (uFlags == MMIO_CREATELIST) in mmioCreateChunk()
[all …]
/reactos/dll/win32/shell32/
H A Dsystray.cpp41 nidW.uFlags = pnid->uFlags; in Shell_NotifyIconA()
73 nidW.uFlags &= dwValidFlags; in Shell_NotifyIconA()
77 if (nidW.uFlags & NIF_TIP) in Shell_NotifyIconA()
106 if (nidW.uFlags & NIF_INFO) in Shell_NotifyIconA()
115 if ((cbSize >= NOTIFYICONDATAA_V3_SIZE) && (nidW.uFlags & NIF_GUID)) in Shell_NotifyIconA()
175 tnid.nid.uFlags &= dwValidFlags; in Shell_NotifyIconW()
178 if (tnid.nid.uFlags & NIF_TIP) in Shell_NotifyIconW()
193 if (tnid.nid.uFlags & NIF_INFO) in Shell_NotifyIconW()
H A DCExtractIcon.cpp39 STDMETHOD(SetFlags)(UINT uFlags) override;
119 UINT uFlags) in SetFlags() argument
121 TRACE("(%p, 0x%x)\n", this, uFlags); in SetFlags()
123 flags = uFlags; in SetFlags()
175 UINT uFlags, in GetIconLocation() argument
184 …TRACE("(%p, 0x%x, %s, 0x%x, %p, %p)\n", this, uFlags, debugstr_w(szIconFile), cchMax, piIndex, pwF… in GetIconLocation()
189 if (uFlags & GIL_DEFAULTICON) in GetIconLocation()
191 else if (uFlags & GIL_FORSHORTCUT) in GetIconLocation()
193 else if (uFlags & GIL_OPENICON) in GetIconLocation()
224 UINT uFlags, in GetIconLocation() argument
[all …]
H A DCCopyAsPathMenu.cpp113 …thMenu::QueryContextMenu(HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) in QueryContextMenu() argument
118 hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu()
120 if ((uFlags & CMF_NOVERBS) || !(uFlags & CMF_EXTENDEDVERBS)) in QueryContextMenu()
150 CCopyAsPathMenu::GetCommandString(UINT_PTR idCommand, UINT uFlags, UINT *lpReserved, LPSTR lpszName… in GetCommandString() argument
153 idCommand, uFlags, lpReserved, lpszName, uMaxNameLen); in GetCommandString()
154 return SHELL_GetCommandStringImpl(idCommand, uFlags, lpszName, uMaxNameLen, g_VerbMap); in GetCommandString()
H A DCUserNotification.cpp117 IN UINT uFlags, in SetUpNotifyData() argument
125 if (uFlags & NIF_MESSAGE) in SetUpNotifyData()
127 pnid->uFlags |= NIF_MESSAGE; in SetUpNotifyData()
131 if (uFlags & NIF_ICON) in SetUpNotifyData()
133 pnid->uFlags |= NIF_ICON; in SetUpNotifyData()
138 if (uFlags & NIF_TIP) in SetUpNotifyData()
140 pnid->uFlags |= NIF_TIP; in SetUpNotifyData()
144 if (uFlags & NIF_INFO) in SetUpNotifyData()
146 pnid->uFlags |= NIF_INFO; in SetUpNotifyData()
432 if ((nid.uFlags & NIF_INFO) && !*nid.szInfo /* && !*nid.szInfoTitle */) in Show()
H A DCDefaultContextMenu.cpp569 UINT uFlags) in AddStaticContextMenusToMenu() argument
607 if (uFlags & CMF_EXPLORE) in AddStaticContextMenusToMenu()
803 if ((uFlags & CMF_NODEFAULT) || in TryPickDefault()
841 UINT uFlags) in QueryContextMenu() argument
1626 UINT uFlags, in GetCommandString() argument
1632 if (uFlags == GCS_HELPTEXTA || in GetCommandString()
1633 uFlags == GCS_HELPTEXTW || in GetCommandString()
1659 if (uFlags == GCS_VALIDATEA || uFlags == GCS_VALIDATEW) in GetCommandString()
1671 if (uFlags == GCS_VERBW) in GetCommandString()
1674 if (uFlags == GCS_VERBA) in GetCommandString()
[all …]
H A Dchangenotify.cpp216 pTicket->uFlags = uFlags; in CreateNotificationParam()
341 (uFlags & (SHCNF_FLUSH | SHCNF_FLUSHNOWAIT)) == SHCNF_FLUSH) in CreateNotificationParamAndSend()
626 SHChangeNotifyReceiveEx(LONG lEvent, UINT uFlags, in SHChangeNotifyReceiveEx() argument
630 CreateNotificationParamAndSend(lEvent, uFlags, pidl1, pidl2, dwTick); in SHChangeNotifyReceiveEx()
639 SHChangeNotifyReceiveEx(lEvent, uFlags, pidl1, pidl2, GetTickCount()); in SHChangeNotifyReceive()
645 SHChangeNotifyReceiveEx(lEvent, uFlags, pidl1, pidl2, dwTick); in SHChangeNotifyTransmit()
654 TRACE("(0x%08x,0x%08x,%p,%p)\n", wEventId, uFlags, dwItem1, dwItem2); in SHChangeNotify()
668 dwType = (uFlags & SHCNF_TYPE); in SHChangeNotify()
681 uFlags = SHCNF_PATHW; in SHChangeNotify()
731 uFlags = SHCNF_DWORD; in SHChangeNotify()
[all …]
H A DCCopyMoveToMenu.cpp249 UINT uFlags) in QueryContextMenu() argument
252 hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu()
253 return QueryContextMenuImpl(TRUE, hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu()
261 UINT uFlags) in QueryContextMenu() argument
264 hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu()
265 return QueryContextMenuImpl(FALSE, hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu()
269 …tMenuImpl(BOOL IsCopyOp, HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) in QueryContextMenuImpl() argument
271 if (uFlags & (CMF_NOVERBS | CMF_VERBSONLY)) in QueryContextMenuImpl()
H A DCDefViewBckgrndMenu.cpp34 …ryContextMenu)(HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) override;
36 …STDMETHOD(GetCommandString)(UINT_PTR idCommand, UINT uFlags, UINT *lpReserved, LPSTR lpszName, UIN…
148 …ndMenu::QueryContextMenu(HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) in QueryContextMenu() argument
169 hr = m_folderCM->QueryContextMenu(hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu()
284 CDefViewBckgrndMenu::GetCommandString(UINT_PTR idCommand, UINT uFlags, UINT *lpReserved, LPSTR lpsz… in GetCommandString() argument
288 return m_folderCM->GetCommandString(idCommand, uFlags, lpReserved, lpszName, uMaxNameLen); in GetCommandString()
H A DCCopyMoveToMenu.h34 …MenuImpl(BOOL IsCopyOp, HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags);
37 …STDMETHODIMP GetCommandString(UINT_PTR idCommand, UINT uFlags, UINT *lpReserved, LPSTR lpszName, U…
63 …eryContextMenu(HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) override;
92 …eryContextMenu(HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) override;
H A DCSendToMenu.cpp190 const UINT uFlags = SHGFI_PIDL | SHGFI_TYPENAME | in LoadAllItems() local
193 &fi, sizeof(fi), uFlags); in LoadAllItems()
221 const UINT uFlags = MF_BYPOSITION | MF_STRING | MF_ENABLED; in InsertSendToItems() local
222 if (InsertMenuW(hMenu, Pos, uFlags, idCmd, pCurItem->pszText)) in InsertSendToItems()
286 UINT uFlags) in QueryContextMenu() argument
289 hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu()
291 if (uFlags & (CMF_NOVERBS | CMF_VERBSONLY)) in QueryContextMenu()
/reactos/modules/rostests/tests/global_mem/
H A Dglobal_mem.c624 UINT uFlags = 0; in TestGlobalFlagsMoveable() local
636 uFlags = GlobalFlags(hMem); in TestGlobalFlagsMoveable()
652 uFlags = GlobalFlags(hMem); in TestGlobalFlagsMoveable()
666 uFlags = GlobalFlags(hMem); in TestGlobalFlagsMoveable()
691 uFlags = GlobalFlags(hMem); in TestGlobalFlagsMoveable()
701 OUTPUT_HexDword(uFlags); in TestGlobalFlagsMoveable()
721 UINT uFlags = 0; in TestGlobalFlagsFixed() local
734 uFlags = GlobalFlags(hMem); in TestGlobalFlagsFixed()
750 uFlags = GlobalFlags(hMem); in TestGlobalFlagsFixed()
980 DWORD uFlags = 0; in TestGlobalDiscard() local
[all …]
/reactos/dll/win32/shell32/wine/
H A Dshlmenu.c56 UINT uFlags; member
104 UINT uFlags, in FM_SetMenuParameter() argument
118 menudata->uFlags = uFlags; in FM_SetMenuParameter()
255 UINT uFlags) in FileMenu_Create() argument
418 UINT uFlags, in FileMenu_InsertUsingPidl() argument
423 hmenu, uID, pidl, uFlags, uEnumFlags, lpfnCallback); in FileMenu_InsertUsingPidl()
509 UINT uFlags, in FileMenu_AddFilesForPidl() argument
526 UINT uFlags, in FileMenu_TrackPopupMenuEx() argument
533 hMenu, uFlags, x, y, hWnd, lptpm); in FileMenu_TrackPopupMenuEx()
884 if ((uFlags & MM_ADDSEPARATOR) && !bAlreadySeparated) in Shell_MergeMenus()
[all …]
/reactos/dll/win32/shlwapi/
H A Dutils.cpp205 _In_ UINT uFlags) in IContextMenu_Invoke() argument
207 TRACE("(%p, %p, %s, %u)\n", pContextMenu, hwnd, debugstr_a(lpVerb), uFlags); in IContextMenu_Invoke()
209 uFlags, lpVerb, NULL, false); in IContextMenu_Invoke()
284 _In_ SHGDNF uFlags, in IShellFolder_GetDisplayNameOf() argument
290 TRACE("(%p)->(%p, 0x%lX, %p, 0x%lX)\n", psf, pidl, uFlags, lpName, dwRetryFlags); in IShellFolder_GetDisplayNameOf()
292 hr = psf->GetDisplayNameOf(pidl, uFlags, lpName); in IShellFolder_GetDisplayNameOf()
298 if ((uFlags & SHGDN_FORPARSING) == 0) in IShellFolder_GetDisplayNameOf()
308 SHGDNF uNewFlags = ((uFlags & ~pData->uRemove) | pData->uAdd); in IShellFolder_GetDisplayNameOf()
309 if (uNewFlags == uFlags) in IShellFolder_GetDisplayNameOf()
316 uFlags = uNewFlags; // Update flags every time in IShellFolder_GetDisplayNameOf()
/reactos/dll/win32/uxtheme/
H A Ddraw.c967 if(uFlags & BF_MONO) in draw_diag_edge()
1168 if(uFlags & BF_ADJUST) in draw_diag_edge()
1215 if(uFlags & BF_MONO) in draw_rect_edge()
1256 if(uFlags & BF_TOP) in draw_rect_edge()
1261 if(uFlags & BF_LEFT) in draw_rect_edge()
1267 if(uFlags & BF_BOTTOM) in draw_rect_edge()
1272 if(uFlags & BF_RIGHT) in draw_rect_edge()
1280 if(uFlags & BF_TOP) in draw_rect_edge()
1285 if(uFlags & BF_LEFT) in draw_rect_edge()
1296 if(uFlags & BF_RIGHT) in draw_rect_edge()
[all …]
/reactos/dll/win32/comctl32/
H A Dtooltips.c113 UINT uFlags; member
264 uFlags |= DT_WORDBREAK; in TOOLTIPS_Refresh()
266 uFlags |= DT_NOPREFIX; in TOOLTIPS_Refresh()
344 uFlags |= DT_EXPANDTABS; in TOOLTIPS_Refresh()
381 ttnmdi.uFlags = toolPtr->uFlags; in TOOLTIPS_GetDispInfoA()
439 ttnmdi.uFlags = toolPtr->uFlags; in TOOLTIPS_GetDispInfoW()
539 uFlags |= DT_WORDBREAK; in TOOLTIPS_CalcTipSize()
542 uFlags |= DT_NOPREFIX; in TOOLTIPS_CalcTipSize()
1018 ti->uFlags = toolPtr->uFlags; in TOOLTIPS_CopyInfoT()
1136 toolPtr->uFlags = ti->uFlags; in TOOLTIPS_AddToolT()
[all …]
/reactos/modules/rostests/winetests/comctl32/
H A Dtooltips.c377 toolinfoA.uFlags = 0; in test_gettext()
562 ti.uFlags = 0; in test_ttm_gettoolinfo()
612 ti.uFlags = 0; in test_ttm_gettoolinfo()
632 ti.uFlags = 0; in test_ttm_gettoolinfo()
652 ti.uFlags = 0; in test_ttm_gettoolinfo()
680 tiW.uFlags = 0; in test_ttm_gettoolinfo()
700 tiW.uFlags = 0; in test_ttm_gettoolinfo()
720 tiW.uFlags = 0; in test_ttm_gettoolinfo()
1013 toolInfo.uFlags = 0; in test_setinfo()
1128 ti.uFlags = 0; in test_TTM_ADDTOOL()
[all …]
/reactos/sdk/include/psdk/
H A Dwmiutils.idl76 [in] ULONG uFlags,
82 [in] ULONG uFlags,
88 [in] ULONG uFlags,
97 [in] ULONG uFlags,
105 [in] ULONG uFlags);
108 [in] ULONG uFlags);

12345678