Home
last modified time | relevance | path

Searched refs:fType (Results 1 – 25 of 44) sorted by relevance

12

/reactos/win32ss/user/user32/windows/
H A Dmenu.c192 lpmii->fType = pItem->fType & MENUITEMINFO_TYPE_MASK; in GetMenuItemInfo_common()
194 lpmii->fType |= MFT_BITMAP; in GetMenuItemInfo_common()
196 if( lpmii->fType & MFT_BITMAP) in GetMenuItemInfo_common()
257 lpmii->fType = pItem->fType & MENUITEMINFO_TYPE_MASK; in GetMenuItemInfo_common()
464 mii.fType = GET_DWORD(res); in MENUEX_ParseResource()
501 mii.fType |= MF_POPUP; in MENUEX_ParseResource()
506 mii.wID, mii.fType); in MENUEX_ParseResource()
507 mii.fType |= MF_SEPARATOR; in MENUEX_ParseResource()
608 if( IS_STRING_ITEM(pmii_out->fType)){ in MENU_NormalizeMenuItemInfoStruct()
618 pmii_out->fType |= pmii_in->fType & MENUITEMINFO_TYPE_MASK; in MENU_NormalizeMenuItemInfoStruct()
[all …]
/reactos/modules/rostests/winetests/user32/
H A Dmenu.c771 ok( mii.fType == MFT_BITMAP, "wrong type %x\n", mii.fType ); in test_menu_ownerdraw()
822 mii.fType = 0; in test_mbs_help()
1231 info.fType = type; in insert_menu_item()
1345 info.fType = type; in set_menu_item_info()
2902 mii.fType = 0; in create_menuitem_from_data()
3960 ok(mii.fType == MF_STRING, "expected MF_STRING, got %#x\n", mii.fType); in test_AppendMenu()
3976 ok(mii.fType == MF_BITMAP, "expected MF_BITMAP, got %#x\n", mii.fType); in test_AppendMenu()
3994 ok(mii.fType == MF_BITMAP, "expected MF_BITMAP, got %#x\n", mii.fType); in test_AppendMenu()
4027 ok(mii.fType == MF_STRING, "expected MF_STRING, got %#x\n", mii.fType); in test_AppendMenu()
4045 ok(mii.fType == MF_STRING, "expected MF_STRING, got %#x\n", mii.fType); in test_AppendMenu()
[all …]
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dls.c290 int fType; in LsL() local
332 fType = (int) diritemp->type; in LsL()
334 if (fType == 'd') in LsL()
423 int fType; in Ls1() local
436 fType = (int) diritemp->type; in Ls1()
438 if (fType == 'd') in Ls1()
H A Dreadln.c306 int fType; in RemoteCompletionFunction() local
362 fType = (int) diritemp->type; in RemoteCompletionFunction()
363 if ((fTypeFilter == 0) || (fType == fTypeFilter) || (fType == /* symlink */ 'l')) { in RemoteCompletionFunction()
381 if (fType == 'd') { in RemoteCompletionFunction()
/reactos/win32ss/user/ntuser/
H A Dmenu.c141 if(MFT_BITMAP & MenuItem->fType)
145 if(MFT_MENUBREAK & MenuItem->fType)
147 if(MFT_OWNERDRAW & MenuItem->fType)
155 if(MFT_STRING & MenuItem->fType)
789 NewMenuItem->fType = MenuItem->fType; in IntCloneMenuItems()
969 lpmii->fType = MenuItem->fType; in IntGetMenuItemInfo()
1045 MenuItem->fType |= lpmii->fType & MENUITEMINFO_TYPE_MASK; in IntSetMenuItemInfo()
1063 if (MenuItem->fType != lpmii->fType && in IntSetMenuItemInfo()
1070 if(lpmii->fType & MFT_BITMAP) in IntSetMenuItemInfo()
2218 if (lpitem->fType & MF_SYSMENU) in MENU_DrawMenuItem()
[all …]
H A Dmenu.h105 UINT fType; member
/reactos/dll/win32/shell32/
H A DCCopyMoveToMenu.cpp289 mii.fType != MFT_SEPARATOR && in QueryContextMenuImpl()
290 (IsCopyOp || !(mii.fType == MFT_STRING && !wcscmp(szBuff, strCopyTo.GetBuffer())))) in QueryContextMenuImpl()
293 mii.fType = MFT_SEPARATOR; in QueryContextMenuImpl()
304 mii.fType = MFT_STRING; in QueryContextMenuImpl()
H A DCDefaultContextMenu.cpp31 mii.fType = Flags; in InsertMenuItemAt()
580 mii.fType = MFT_STRING; in AddStaticContextMenusToMenu()
765 UINT fType, in _InsertMenuItemW() argument
774 if (fType == MFT_SEPARATOR) in _InsertMenuItemW()
776 else if (fType == MFT_STRING) in _InsertMenuItemW()
795 mii.fType = fType; in _InsertMenuItemW()
H A DCNewMenu.cpp365 mii.fType = MFT_SEPARATOR; in InsertShellNewItems()
371 mii.fType = 0; in InsertShellNewItems()
655 mii.fType = MFT_STRING; in QueryContextMenu()
H A DCCopyAsPathMenu.cpp128 mii.fType = MFT_STRING; in QueryContextMenu()
H A DCOpenWithMenu.cpp1207 mii.fType = MFT_SEPARATOR; in AddChooseProgramItem()
1218 mii.fType = MFT_STRING; in AddChooseProgramItem()
1236 mii.fType = MFT_STRING; in AddApp()
1318 mii.fType = MFT_STRING; in QueryContextMenu()
H A DCSendToMenu.cpp307 mii.fType = MFT_STRING; in QueryContextMenu()
/reactos/dll/win32/shell32/wine/
H A Dshlmenu.c341 mii.fType = MFT_OWNERDRAW; in FileMenu_AppendItemW()
346 mii.fType = MFT_SEPARATOR; in FileMenu_AppendItemW()
352 mii.fType = MFT_OWNERDRAW; in FileMenu_AppendItemW()
845 if (mii.fType & MFT_SEPARATOR) in _SHIsMenuSeparator()
899 miiSrc.fType = MFT_STRING; in Shell_MergeMenus()
911 if (miiSrc.fType & MFT_SEPARATOR) in Shell_MergeMenus()
H A Dshell32_main.h143 UINT wID, UINT fType, LPCWSTR dwTypeData, UINT fState);
/reactos/dll/shellext/netshell/
H A Dshfldr_netconnect.cpp426 UINT fType, in _InsertMenuItemW() argument
435 if (fType == MFT_SEPARATOR) in _InsertMenuItemW()
439 else if (fType == MFT_STRING) in _InsertMenuItemW()
462 mii.fType = fType; in _InsertMenuItemW()
/reactos/dll/win32/browseui/shellfind/
H A DCFindFolder.cpp45 UINT fType, in _InsertMenuItemW() argument
54 if (fType == MFT_SEPARATOR) in _InsertMenuItemW()
56 else if (fType == MFT_STRING) in _InsertMenuItemW()
75 mii.fType = fType; in _InsertMenuItemW()
/reactos/dll/shellext/fontext/
H A DCFontMenu.cpp70 cmi.fType = MFT_STRING; in FontFolderMenuCallback()
/reactos/base/applications/wordpad/
H A Dregistry.c237 mi.fType = MFT_STRING; in registry_read_filelist()
261 mi.fType = MFT_SEPARATOR; in registry_read_filelist()
/reactos/win32ss/user/user32/controls/
H A Dghost.c487 Ghost_GetIcon(HWND hwnd, INT fType) in Ghost_GetIcon() argument
496 switch (fType) in Ghost_GetIcon()
/reactos/dll/win32/imm32/
H A Dutils.c506 pItemW->fType = pItemA->fType; in Imm32ImeMenuAnsiToWide()
533 pItemA->fType = pItemW->fType; in Imm32ImeMenuWideToAnsi()
/reactos/dll/shellext/cabview/
H A Dutil.h112 mii.fType = flags;
/reactos/sdk/include/psdk/
H A Ddimm.idl119 UINT fType;
131 UINT fType;
H A Dimm.h95 UINT fType; member
107 UINT fType; member
/reactos/dll/win32/devmgr/devmgmt/
H A DDeviceView.cpp851 MenuSeparator.fType = MFT_SEPARATOR; in BuildActionMenuForNode()
857 MenuItemInfo.fType = MFT_STRING; in BuildActionMenuForNode()
/reactos/sdk/include/reactos/
H A Dshellutils.h524 if (mii.fType & MFT_BITMAP) in DbgDumpMenuInternal()
526 else if (mii.fType & MFT_SEPARATOR) in DbgDumpMenuInternal()

12