/reactos/modules/rostests/apitests/advapi32/ |
H A D | RegCreateKeyEx.c | 167 ok(dwDisposition == REG_OPENED_EXISTING_KEY, "Should have opened EXISTING key\n"); in START_TEST() 168 if (dwDisposition != REG_OPENED_EXISTING_KEY) in START_TEST() 185 ok(dwDisposition == REG_OPENED_EXISTING_KEY, "Should have opened EXISTING key\n"); in START_TEST() 186 if (dwDisposition != REG_OPENED_EXISTING_KEY) in START_TEST() 203 ok(dwDisposition == REG_OPENED_EXISTING_KEY, "Should have opened EXISTING key\n"); in START_TEST() 204 if (dwDisposition != REG_OPENED_EXISTING_KEY) in START_TEST()
|
H A D | HKEY_CLASSES_ROOT.c | 326 ok_hex(Disposition, REG_OPENED_EXISTING_KEY); in Test_CreateOpenKey() 410 ok_hex(Disposition, REG_OPENED_EXISTING_KEY); in Test_CreateOpenKey() 561 ok_hex(Disposition, REG_OPENED_EXISTING_KEY); in Test_CreateOpenKey()
|
/reactos/dll/win32/ws2_32/src/ |
H A D | wsautil.c | 47 CreateDisposition = REG_OPENED_EXISTING_KEY; in WsOpenRegistryRoot()
|
H A D | nscatalo.c | 104 CreateDisposition = REG_OPENED_EXISTING_KEY; in WsNcOpen()
|
H A D | dcatalog.c | 105 CreateDisposition = REG_OPENED_EXISTING_KEY; in WsTcOpen()
|
/reactos/base/applications/wordpad/ |
H A D | registry.c | 366 if(action == REG_OPENED_EXISTING_KEY) in registry_read_formatopts() 379 if(action == REG_OPENED_EXISTING_KEY) in registry_read_formatopts()
|
/reactos/base/applications/cmdutils/reg/ |
H A D | add.c | 176 if (!force && dispos == REG_OPENED_EXISTING_KEY) in run_add()
|
H A D | copy.c | 131 if (!force && dispos == REG_OPENED_EXISTING_KEY) in run_copy()
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdshutil.cpp | 125 if (temp == REG_OPENED_EXISTING_KEY) { in VfdRegisterHandlers()
|
/reactos/modules/rosapps/applications/explorer-old/services/ |
H A D | startup.c | 467 if (dwDisp == REG_OPENED_EXISTING_KEY) in startup()
|
/reactos/base/shell/explorer/ |
H A D | startup.cpp | 579 if (Error == ERROR_SUCCESS && dwDisp == REG_OPENED_EXISTING_KEY) in DoStartStartupItems()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtLoadUnloadKey.c | 12 #define REG_OPENED_EXISTING_KEY 2 macro
|
/reactos/modules/rosapps/applications/sysutils/regexpl/ |
H A D | RegistryKey.cpp | 521 *pblnOpened = dwDisposition == REG_OPENED_EXISTING_KEY; in CreateSubkey()
|
/reactos/base/system/services/ |
H A D | config.c | 101 (dwDisposition == REG_OPENED_EXISTING_KEY)) in ScmCreateServiceKey()
|
H A D | database.c | 84 if (dwKeyDisposition == REG_OPENED_EXISTING_KEY) in ScmCreateNewControlPipe()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | registry.c | 583 if (dispos == REG_OPENED_EXISTING_KEY) { in read_mappings() 663 if (dispos == REG_OPENED_EXISTING_KEY) { in read_group_mappings()
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | monitors.c | 691 if ((disposition == REG_OPENED_EXISTING_KEY) && in LocalAddMonitor()
|
/reactos/sdk/include/xdk/ |
H A D | cmtypes.h | 103 #define REG_OPENED_EXISTING_KEY (0x00000002L) macro
|
/reactos/sdk/include/psdk/ |
H A D | winreg.h | 23 #define REG_OPENED_EXISTING_KEY 2 macro
|
/reactos/base/applications/regedit/ |
H A D | treeview.c | 591 if (hNewKey && dwDisposition == REG_OPENED_EXISTING_KEY) in CreateNewKey()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | debugger.c | 479 …ok(disposition == REG_OPENED_EXISTING_KEY, "expected REG_OPENED_EXISTING_KEY, got %d\n", dispositi… in test_ExitCode()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | nt_native.h | 1085 #define REG_OPENED_EXISTING_KEY (0x00000002L) // Existing Key opened macro
|
/reactos/modules/rostests/winetests/regedit/ |
H A D | regedit.c | 1158 if (dispos == REG_OPENED_EXISTING_KEY) in test_basic_import_31() 2228 if (dispos == REG_OPENED_EXISTING_KEY) in test_invalid_import_31()
|
/reactos/dll/win32/crypt32/ |
H A D | store.c | 497 disp == REG_OPENED_EXISTING_KEY) in CRYPT_SysRegOpenStoreW()
|
/reactos/ntoskrnl/config/ |
H A D | cmparse.c | 645 Context->Disposition = REG_OPENED_EXISTING_KEY; in CmpDoOpen()
|