|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Go to the source code of this file.
Classes | |
| struct | tagTEST_ENTRY |
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_SHGetRestriction) (LPCWSTR lpSubKey, LPCWSTR lpSubName, LPCWSTR lpValue) |
| typedef BOOL(WINAPI * | FN_SHSettingsChanged) (LPCVOID unused, LPCVOID inpRegKey) |
| typedef struct tagTEST_ENTRY | TEST_ENTRY |
| typedef struct tagTEST_ENTRY * | PTEST_ENTRY |
Functions | |
| static DWORD | Candidate_SHGetRestriction (LPCWSTR lpSubKey, LPCWSTR lpSubName, LPCWSTR lpValue) |
| static void | TEST_DoEntry (const TEST_ENTRY *entry, FN_SHGetRestriction fnSHGetRestriction) |
| static void | TEST_SHGetRestriction_Stage (INT iStage, FN_SHGetRestriction fnSHGetRestriction) |
| START_TEST (SHGetRestriction) | |
Variables | |
| static const TEST_ENTRY | s_Entries [] |
| #define DELETE_VALUE | ( | hBaseKey | ) | SHDeleteValueW((hBaseKey), REGKEY_POLICIES_EXPLORER, L"NoRun") |
Definition at line 66 of file SHGetRestriction.c.
| #define REGKEY_POLICIES L"Software\\Microsoft\\Windows\\CurrentVersion\\Policies" |
Definition at line 11 of file SHGetRestriction.c.
| #define REGKEY_POLICIES_EXPLORER REGKEY_POLICIES L"\\Explorer" |
Definition at line 12 of file SHGetRestriction.c.
Definition at line 69 of file SHGetRestriction.c.
Definition at line 14 of file SHGetRestriction.c.
Definition at line 15 of file SHGetRestriction.c.
| typedef struct tagTEST_ENTRY * PTEST_ENTRY |
| typedef struct tagTEST_ENTRY TEST_ENTRY |
|
static |
Definition at line 18 of file SHGetRestriction.c.
Referenced by TEST_DoEntry().
| START_TEST | ( | SHGetRestriction | ) |
Definition at line 123 of file SHGetRestriction.c.
|
static |
Definition at line 58 of file SHGetRestriction.c.
Referenced by TEST_SHGetRestriction_Stage().
|
static |
Definition at line 76 of file SHGetRestriction.c.
Referenced by START_TEST().
|
static |
Definition at line 43 of file SHGetRestriction.c.
Referenced by TEST_SHGetRestriction_Stage().