ReactOS 0.4.16-dev-41-ge8c7597
|
Go to the source code of this file.
Macros | |
#define | REGKEY_POLICIES L"Software\\Microsoft\\Windows\\CurrentVersion\\Policies" |
#define | REGKEY_POLICIES_EXPLORER REGKEY_POLICIES L"\\Explorer" |
#define | DELETE_VALUE(hBaseKey) SHDeleteValueW((hBaseKey), REGKEY_POLICIES_EXPLORER, L"NoRun") |
#define | SET_VALUE(hBaseKey, value) |
Typedefs | |
typedef DWORD(WINAPI * | FN_SHRestricted) (RESTRICTIONS rest) |
typedef BOOL(WINAPI * | FN_SHSettingsChanged) (LPCVOID unused, LPCVOID inpRegKey) |
Functions | |
static VOID | TEST_SHRestricted (FN_SHRestricted fnGetValue, FN_SHSettingsChanged fnRefresh) |
START_TEST (SHRestricted) | |
#define DELETE_VALUE | ( | hBaseKey | ) | SHDeleteValueW((hBaseKey), REGKEY_POLICIES_EXPLORER, L"NoRun") |
Definition at line 17 of file SHRestricted.cpp.
#define REGKEY_POLICIES L"Software\\Microsoft\\Windows\\CurrentVersion\\Policies" |
Definition at line 11 of file SHRestricted.cpp.
#define REGKEY_POLICIES_EXPLORER REGKEY_POLICIES L"\\Explorer" |
Definition at line 12 of file SHRestricted.cpp.
Definition at line 20 of file SHRestricted.cpp.
typedef DWORD(WINAPI * FN_SHRestricted) (RESTRICTIONS rest) |
Definition at line 14 of file SHRestricted.cpp.
Definition at line 15 of file SHRestricted.cpp.
START_TEST | ( | SHRestricted | ) |
Definition at line 80 of file SHRestricted.cpp.
|
static |
Definition at line 27 of file SHRestricted.cpp.
Referenced by START_TEST().