Home
last modified time | relevance | path

Searched refs:KEY_NOTIFY (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DShellCommandDOKA.cpp100 Access &= ~KEY_NOTIFY; in Execute()
151 Access |= KEY_NOTIFY; in Execute()
210 if (Access & KEY_NOTIFY) in Execute()
H A DShellCommandDACL.cpp329 if (dwAccessMask & KEY_NOTIFY) in Execute()
H A DShellCommandSACL.cpp403 if (dwAccessMask & KEY_NOTIFY) in Execute()
/reactos/modules/rostests/apitests/advapi32/
H A DRegQueryInfoKey.c72 TestKeyAccess(KEY_NOTIFY, ERROR_ACCESS_DENIED, FALSE); in START_TEST()
/reactos/sdk/include/xdk/
H A Dcmtypes.h43 #define KEY_NOTIFY (0x0010) macro
52 KEY_NOTIFY) \
71 KEY_NOTIFY |\
H A Dwinnt_old.h522 #define KEY_NOTIFY 16 macro
/reactos/drivers/filesystems/udfs/Include/
H A Dnt_native.h1020 #define KEY_NOTIFY (0x0010) macro
1026 KEY_NOTIFY) \
1046 KEY_NOTIFY |\
/reactos/base/applications/regedit/
H A Dsecurity.c322 …{&GUID_NULL, KEY_NOTIFY, MAKEINTRESOURCEW(IDS_ACCESS_NOTIFY), SI_ACCESS_SPEC…
/reactos/modules/rostests/winetests/advapi32/
H A Dregistry.c1297 ret = RegCreateKeyExA(hkey_main, "Subkey1", 0, NULL, 0, KEY_NOTIFY, NULL, &hkey1, NULL); in test_reg_create_key()
1330 ret = RegCreateKeyExA(hkey_main, "\\Subkey3", 0, NULL, 0, KEY_NOTIFY, NULL, &hkey1, NULL); in test_reg_create_key()
1340 ret = RegCreateKeyExA(hkey_main, "Subkey4\\\\", 0, NULL, 0, KEY_NOTIFY, NULL, &hkey1, NULL); in test_reg_create_key()
1347 0, NULL, 0, KEY_NOTIFY, NULL, &hkey1, NULL); in test_reg_create_key()
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c6708 …Status = ZwOpenKey(&DriverHandle, READ_CONTROL | KEY_NOTIFY | KEY_ENUMERATE_SUB_KEYS | KEY_QUERY_V… in RxGetRegistryParameters()
6716 …Status = ZwOpenKey(&KeyHandle, READ_CONTROL | KEY_NOTIFY | KEY_ENUMERATE_SUB_KEYS | KEY_QUERY_VALU… in RxGetRegistryParameters()
8431 …Status = ZwOpenKey(&KeyHandle, READ_CONTROL | KEY_NOTIFY | KEY_ENUMERATE_SUB_KEYS | KEY_QUERY_VALU… in RxReadRegistryParameters()
/reactos/drivers/filesystems/btrfs/
H A Dbtrfs.c6476 …Status = ZwCreateKey(&regh, KEY_QUERY_VALUE | KEY_ENUMERATE_SUB_KEYS | KEY_NOTIFY, &oa, 0, NULL, R…