Home
last modified time | relevance | path

Searched defs:ShellFolder (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dshellclasses.cpp194 ShellFolder::ShellFolder() in ShellFolder() function in ShellFolder
206 ShellFolder::ShellFolder(IShellFolder* p) in ShellFolder() function in ShellFolder
214 ShellFolder::ShellFolder(IShellFolder* parent, LPCITEMIDLIST pidl) in ShellFolder() function in ShellFolder
232 ShellFolder::ShellFolder(LPCITEMIDLIST pidl) in ShellFolder() function in ShellFolder
265 ShellFolder::ShellFolder() in ShellFolder() function in ShellFolder
274 ShellFolder::ShellFolder(IShellFolder* p) in ShellFolder() function in ShellFolder
282 ShellFolder::ShellFolder(IShellFolder* parent, LPCITEMIDLIST pidl) in ShellFolder() function in ShellFolder
294 ShellFolder::ShellFolder(LPCITEMIDLIST pidl) in ShellFolder() function in ShellFolder
/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c2635 static IShellFolder ShellFolder = { &ShellFolderVtbl }; variable