/reactos/dll/win32/shell32/ |
H A D | shlfolder.cpp | 307 if (*cKeys >= 16) in AddClassKeyToArray() 314 array[*cKeys] = hkey; in AddClassKeyToArray() 315 *cKeys += 1; in AddClassKeyToArray() 324 return AddClassKeyToArray(path, array, cKeys); in AddClsidKeyToArray() 358 AddClassKeyToArray(extension, array, cKeys); in AddFSClassKeysToArray() 362 AddClassKeyToArray(L"Unknown", array, cKeys); in AddFSClassKeysToArray() 366 AddClassKeyToArray(wszSFA, array, cKeys); in AddFSClassKeysToArray() 372 AddClassKeyToArray(wszSFA, array, cKeys); in AddFSClassKeysToArray() 376 AddClassKeyToArray(L"*", array, cKeys); in AddFSClassKeysToArray() 386 AddClassKeyToArray(L"Folder", array, cKeys); in AddFSClassKeysToArray() [all …]
|
H A D | shfldr.h | 129 void AddFSClassKeysToArray(UINT cidl, PCUITEMID_CHILD_ARRAY apidl, HKEY* array, UINT* cKeys); 159 LSTATUS AddClassKeyToArray(const WCHAR* szClass, HKEY* array, UINT* cKeys); 160 LSTATUS AddClsidKeyToArray(REFCLSID clsid, HKEY* array, UINT* cKeys);
|
H A D | CDefaultContextMenu.cpp | 279 m_cKeys = pdcm->cKeys; in Initialize() 280 if (pdcm->cKeys) in Initialize() 282 m_aKeys = (HKEY*)HeapAlloc(GetProcessHeap(), 0, sizeof(HKEY) * pdcm->cKeys); in Initialize() 285 memcpy(m_aKeys, pdcm->aKeys, sizeof(HKEY) * pdcm->cKeys); in Initialize() 1840 dcm.cKeys = nKeys; in CDefFolderMenu_Create2()
|
H A D | utils.cpp | 1058 _In_ UINT cKeys, in SHOpenPropSheetA() argument 1067 TRACE("(%s, %p, %u, %p, %p, %p, %s)", debugstr_a(pszCaption), ahKeys, cKeys, pclsidDefault, in SHOpenPropSheetA() 1082 return SHOpenPropSheetW(pszCaptionW, ahKeys, cKeys, pclsidDefault, in SHOpenPropSheetA()
|
H A D | stubs.cpp | 222 _In_ UINT cKeys, in SHOpenPropSheetW() argument
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDesktopFolder.cpp | 635 UINT cKeys = 0; in CreateViewObject() local 636 AddClassKeyToArray(L"Directory\\Background", hKeys, &cKeys); in CreateViewObject() 645 dcm.cKeys = cKeys; in CreateViewObject() 773 UINT cKeys = 0; in GetUIObjectOf() local 776 AddClsidKeyToArray(CLSID_ShellDesktop, hKeys, &cKeys); in GetUIObjectOf() 777 AddClassKeyToArray(L"Folder", hKeys, &cKeys); in GetUIObjectOf() 781 AddFSClassKeysToArray(cidl, apidl, hKeys, &cKeys); in GetUIObjectOf() 791 dcm.cKeys = cKeys; in GetUIObjectOf()
|
H A D | CNetFolder.cpp | 440 UINT cKeys = 0; in GetUIObjectOf() local 441 AddClassKeyToArray(L"Folder", &hkey, &cKeys); in GetUIObjectOf() 442 …derMenu_Create2(pidlRoot, hwndOwner, cidl, apidl, this, NetFolderMenuCallback, cKeys, &hkey, &pCm); in GetUIObjectOf()
|
H A D | CFSFolder.cpp | 1186 UINT cKeys = 0; in CreateViewObject() local 1187 AddClassKeyToArray(L"Directory\\Background", hKeys, &cKeys); in CreateViewObject() 1196 dcm.cKeys = cKeys; in CreateViewObject() 1330 UINT cKeys = 0; in GetUIObjectOf() local 1331 AddFSClassKeysToArray(cidl, apidl, hKeys, &cKeys); in GetUIObjectOf() 1340 dcm.cKeys = cKeys; in GetUIObjectOf()
|
H A D | CRegFolder.cpp | 917 UINT cKeys = 0; in CRegItemContextMenu_CreateInstance() local 925 AddClassKeyToArray(key, hKeys, &cKeys); in CRegItemContextMenu_CreateInstance() 937 AddClassKeyToArray(L"Folder", hKeys, &cKeys); in CRegItemContextMenu_CreateInstance() 939 …Menu_Create2(pidlFolder, hwnd, cidl, apidl, psf, RegFolderContextMenuCallback, cKeys, hKeys, ppcm); in CRegItemContextMenu_CreateInstance()
|
H A D | CDrivesFolder.cpp | 461 UINT cKeys = 0; in CDrivesContextMenu_CreateInstance() local 462 AddClassKeyToArray(L"Drive", hKeys, &cKeys); in CDrivesContextMenu_CreateInstance() 463 AddClassKeyToArray(L"Folder", hKeys, &cKeys); in CDrivesContextMenu_CreateInstance() 465 …derMenu_Create2(pidlFolder, hwnd, cidl, apidl, psf, DrivesContextMenuCallback, cKeys, hKeys, ppcm); in CDrivesContextMenu_CreateInstance()
|
/reactos/modules/rostests/apitests/imm32/ |
H A D | JapanImeConvTest.h | 26 UINT cKeys; member 196 for (i = 0; i < entry->cKeys; ++i) in OnTimer()
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 382 _In_ UINT cKeys, 392 _In_ UINT cKeys, 2556 UINT cKeys; member
|
H A D | propsys.idl | 698 [in] UINT cKeys,
|
H A D | shobjidl.idl | 437 [in, size_is(cKeys)] const PROPERTYKEY *rgKeys, 438 [in] UINT cKeys,
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfolder.c | 5068 cminfo.cKeys=0; in test_SHCreateDefaultContextMenu() 5087 cminfo.cKeys=16; in test_SHCreateDefaultContextMenu()
|