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(const WCHAR *subkey, const WCHAR *value, DWORD type, void *data, DWORD data_len, DWORD flags)
#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)
BOOL WINAPI SHRegGetBoolUSValueW(const WCHAR *subkey, const WCHAR *value, BOOL ignore_hkcu, BOOL default_value)
EXTERN_C HRESULT WINAPI SHShouldShowWizards(_In_ IUnknown *pUnknown)
VOID WINAPI SHGetSetSettings(LPSHELLSTATE lpss, DWORD dwMask, BOOL bSet)
VERSIONHELPERAPI IsWindowsVistaOrGreater()