Home
last modified time | relevance | path

Searched refs:REG_OPENED_EXISTING_KEY (Results 1 – 25 of 27) sorted by relevance

12

/reactos/modules/rostests/apitests/advapi32/
H A DRegCreateKeyEx.c167 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 DHKEY_CLASSES_ROOT.c326 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 Dwsautil.c47 CreateDisposition = REG_OPENED_EXISTING_KEY; in WsOpenRegistryRoot()
H A Dnscatalo.c104 CreateDisposition = REG_OPENED_EXISTING_KEY; in WsNcOpen()
H A Ddcatalog.c105 CreateDisposition = REG_OPENED_EXISTING_KEY; in WsTcOpen()
/reactos/base/applications/wordpad/
H A Dregistry.c366 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 Dadd.c176 if (!force && dispos == REG_OPENED_EXISTING_KEY) in run_add()
H A Dcopy.c131 if (!force && dispos == REG_OPENED_EXISTING_KEY) in run_copy()
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdshutil.cpp125 if (temp == REG_OPENED_EXISTING_KEY) { in VfdRegisterHandlers()
/reactos/modules/rosapps/applications/explorer-old/services/
H A Dstartup.c467 if (dwDisp == REG_OPENED_EXISTING_KEY) in startup()
/reactos/base/shell/explorer/
H A Dstartup.cpp579 if (Error == ERROR_SUCCESS && dwDisp == REG_OPENED_EXISTING_KEY) in DoStartStartupItems()
/reactos/modules/rostests/apitests/ntdll/
H A DNtLoadUnloadKey.c12 #define REG_OPENED_EXISTING_KEY 2 macro
/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DRegistryKey.cpp521 *pblnOpened = dwDisposition == REG_OPENED_EXISTING_KEY; in CreateSubkey()
/reactos/base/system/services/
H A Dconfig.c101 (dwDisposition == REG_OPENED_EXISTING_KEY)) in ScmCreateServiceKey()
H A Ddatabase.c84 if (dwKeyDisposition == REG_OPENED_EXISTING_KEY) in ScmCreateNewControlPipe()
/reactos/drivers/filesystems/btrfs/
H A Dregistry.c583 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 Dmonitors.c691 if ((disposition == REG_OPENED_EXISTING_KEY) && in LocalAddMonitor()
/reactos/sdk/include/xdk/
H A Dcmtypes.h103 #define REG_OPENED_EXISTING_KEY (0x00000002L) macro
/reactos/sdk/include/psdk/
H A Dwinreg.h23 #define REG_OPENED_EXISTING_KEY 2 macro
/reactos/base/applications/regedit/
H A Dtreeview.c591 if (hNewKey && dwDisposition == REG_OPENED_EXISTING_KEY) in CreateNewKey()
/reactos/modules/rostests/winetests/kernel32/
H A Ddebugger.c479 …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 Dnt_native.h1085 #define REG_OPENED_EXISTING_KEY (0x00000002L) // Existing Key opened macro
/reactos/modules/rostests/winetests/regedit/
H A Dregedit.c1158 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 Dstore.c497 disp == REG_OPENED_EXISTING_KEY) in CRYPT_SysRegOpenStoreW()
/reactos/ntoskrnl/config/
H A Dcmparse.c645 Context->Disposition = REG_OPENED_EXISTING_KEY; in CmpDoOpen()

12