Home
last modified time | relevance | path

Searched refs:wszDispVerb (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shell32/
H A DCDefaultContextMenu.cpp574 …WCHAR wszDispVerb[80]; // The limit on XP. If the friendly string is longer, it falls back to the … in AddStaticContextMenusToMenu() local
644 if (LoadStringW(shell32_hInstance, idResource, wszDispVerb, _countof(wszDispVerb))) in AddStaticContextMenusToMenu()
645 mii.dwTypeData = wszDispVerb; /* use translated verb */ in AddStaticContextMenusToMenu()
659 DWORD cbVerb = sizeof(wszDispVerb); in AddStaticContextMenusToMenu()
660 … LONG res = RegLoadMUIStringW(hkVerb, L"MUIVerb", wszDispVerb, cbVerb, NULL, 0, NULL); in AddStaticContextMenusToMenu()
661 if (res || !*wszDispVerb) in AddStaticContextMenusToMenu()
662 res = RegLoadMUIStringW(hkVerb, NULL, wszDispVerb, cbVerb, NULL, 0, NULL); in AddStaticContextMenusToMenu()
664 if (res == ERROR_SUCCESS && *wszDispVerb) in AddStaticContextMenusToMenu()
667 mii.dwTypeData = wszDispVerb; in AddStaticContextMenusToMenu()