Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/folders/
H A DCRegFolder.cpp98 const CLSID* IsRegItem(LPCITEMIDLIST pidl) const in IsRegItem() function
222 const CLSID* GetPidlClsid(PCUITEMID_CHILD pidl) { return IsRegItem(pidl); } in GetPidlClsid()
327 const CLSID* const pCLSID = IsRegItem(pidl); in IsRequiredItem()
899 else if ((pCLSID = pRegFolder->IsRegItem(apidl[0])) != NULL) in RegFolderContextMenuCallback()
H A DCDesktopFolder.cpp50 static const CLSID* IsRegItem(PCUITEMID_CHILD pidl) in IsRegItem() function
1056 if (IsProgmanHostedBrowser() && (pClsid = IsRegItem(pidlItem)) != NULL) in ShouldShow()
H A DCDrivesFolder.cpp71 static const CLSID* IsRegItem(PCUITEMID_CHILD pidl) in IsRegItem() function
1234 if (const CLSID* pClsid = IsRegItem(pidlItem)) in ShouldShow()