Go to the source code of this file.
◆ SetShowWizardsTEST()
static VOID SetShowWizardsTEST |
( |
BOOL |
bValue | ) |
|
|
static |
Definition at line 76 of file SHShouldShowWizards.cpp.
77{
78 DWORD dwValue = bValue;
79 SHRegSetUSValueW(
L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
81}
LONG WINAPI SHRegSetUSValueW(LPCWSTR pszSubKey, LPCWSTR pszValue, DWORD dwType, LPVOID pvData, DWORD cbData, DWORD dwFlags)
#define SHREGSET_FORCE_HKCU
Referenced by START_TEST().
◆ START_TEST()
Definition at line 83 of file SHShouldShowWizards.cpp.
84{
85
90 L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
94
98
104
108
114
118
119
120 state.fWebView = bOldWebView;
123}
static VOID SetShowWizardsTEST(BOOL bValue)
#define ok_hex(expression, result)
EXTERN_C HRESULT WINAPI SHShouldShowWizards(_In_ IUnknown *pUnknown)
BOOL WINAPI SHRegGetBoolUSValueW(LPCWSTR pszSubKey, LPCWSTR pszValue, BOOL fIgnoreHKCU, BOOL fDefault)
VOID WINAPI SHGetSetSettings(LPSHELLSTATE lpss, DWORD dwMask, BOOL bSet)
VERSIONHELPERAPI IsWindowsVistaOrGreater()