mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[STOBJECT]
* Create skeleton for the SysTray shell service object DLL. No tray icons are created yet. * Tranks Robert Naumann for providing the icon resources, and some file templates. svn path=/branches/shell-experiments/; revision=63732
This commit is contained in:
parent
c3479eb2b2
commit
e5ac3d04eb
15 changed files with 333 additions and 0 deletions
|
@ -412,6 +412,8 @@ CStartMenu_Constructor(REFIID riid, void **ppv)
|
|||
return hr;
|
||||
|
||||
hr = SHGetSpecialFolderLocation(NULL, CSIDL_PROGRAMS, &pidlProgramsAbsolute);
|
||||
if (FAILED_UNEXPECTEDLY(hr))
|
||||
return hr;
|
||||
|
||||
pidlPrograms = ILClone(ILFindLastID(pidlProgramsAbsolute));
|
||||
ILFree(pidlProgramsAbsolute);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue