mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[SHLWAPI][SDK][SHELL32_APITEST][SHLWAPI_WINETEST] Property Bag on Desktop Upgrade (#5590)
- Add CDesktopUpgradePropertyBag class. - Implement SHGetDesktopUpgradePropertyBag function. CORE-9283
This commit is contained in:
committed by
GitHub
parent
e7cb6f4920
commit
a2d8e464c8
@@ -12,6 +12,7 @@
|
||||
#include <shellutils.h>
|
||||
#include <strsafe.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlwapi_undoc.h>
|
||||
|
||||
/* [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] */
|
||||
/* The contents of RegValue ShellState. */
|
||||
@@ -72,8 +73,6 @@ static int read_key(REGSHELLSTATE *prss)
|
||||
return 0;
|
||||
}
|
||||
|
||||
extern "C" HKEY WINAPI SHGetShellKey(DWORD flags, LPCWSTR sub_key, BOOL create);
|
||||
|
||||
static int read_advanced_key(SHELLSTATE* pss)
|
||||
{
|
||||
HKEY hKey;
|
||||
|
||||
Reference in New Issue
Block a user