/reactos/base/services/wkssvc/ |
H A D | info.c | 489 REG_DWORD, in SaveWorkstationInfo() 496 REG_DWORD, in SaveWorkstationInfo() 503 REG_DWORD, in SaveWorkstationInfo() 510 REG_DWORD, in SaveWorkstationInfo() 517 REG_DWORD, in SaveWorkstationInfo() 524 REG_DWORD, in SaveWorkstationInfo() 531 REG_DWORD, in SaveWorkstationInfo() 538 REG_DWORD, in SaveWorkstationInfo() 545 REG_DWORD, in SaveWorkstationInfo() 552 REG_DWORD, in SaveWorkstationInfo() [all …]
|
/reactos/drivers/input/i8042prt/ |
H A D | registry.c | 61 Parameters[1].DefaultType = REG_DWORD; in ReadRegistryEntries() 75 Parameters[3].DefaultType = REG_DWORD; in ReadRegistryEntries() 82 Parameters[4].DefaultType = REG_DWORD; in ReadRegistryEntries() 89 Parameters[5].DefaultType = REG_DWORD; in ReadRegistryEntries() 96 Parameters[6].DefaultType = REG_DWORD; in ReadRegistryEntries() 110 Parameters[8].DefaultType = REG_DWORD; in ReadRegistryEntries() 117 Parameters[9].DefaultType = REG_DWORD; in ReadRegistryEntries() 124 Parameters[10].DefaultType = REG_DWORD; in ReadRegistryEntries() 131 Parameters[11].DefaultType = REG_DWORD; in ReadRegistryEntries() 138 Parameters[12].DefaultType = REG_DWORD; in ReadRegistryEntries() [all …]
|
/reactos/win32ss/user/winsrv/concfg/ |
H A D | settings.c | 385 … SetConsoleSetting(L"FontFamily", REG_DWORD, sizeof(DWORD), &ConsoleInfo->FontFamily, FF_DONTCARE); in ConCfgWriteUserSettings() 388 SetConsoleSetting(L"FontSize", REG_DWORD, sizeof(DWORD), &Storage, 0); in ConCfgWriteUserSettings() 396 SetConsoleSetting(L"HistoryNoDup", REG_DWORD, sizeof(DWORD), &Storage, FALSE); in ConCfgWriteUserSettings() 399 SetConsoleSetting(L"QuickEdit", REG_DWORD, sizeof(DWORD), &Storage, FALSE); in ConCfgWriteUserSettings() 402 SetConsoleSetting(L"InsertMode", REG_DWORD, sizeof(DWORD), &Storage, TRUE); in ConCfgWriteUserSettings() 405 SetConsoleSetting(L"ScreenBufferSize", REG_DWORD, sizeof(DWORD), &Storage, MAKELONG(80, 300)); in ConCfgWriteUserSettings() 408 SetConsoleSetting(L"FullScreen", REG_DWORD, sizeof(DWORD), &Storage, FALSE); in ConCfgWriteUserSettings() 413 RegSetValueExW(hKey, L"WindowPosition", 0, REG_DWORD, (PBYTE)&Storage, sizeof(DWORD)); in ConCfgWriteUserSettings() 421 SetConsoleSetting(L"WindowSize", REG_DWORD, sizeof(DWORD), &Storage, MAKELONG(80, 25)); in ConCfgWriteUserSettings() 426 SetConsoleSetting(L"ScreenColors", REG_DWORD, sizeof(DWORD), &Storage, DEFAULT_SCREEN_ATTRIB); in ConCfgWriteUserSettings() [all …]
|
/reactos/base/applications/magnify/ |
H A D | settings.c | 103 RegSetValueEx(hkey, _T("StationaryMagLevel"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 106 RegSetValueEx(hkey, _T("ShowWarning"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 109 RegSetValueEx(hkey, _T("StationaryInvertColors"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 112 … RegSetValueEx(hkey, _T("StationaryStartMinimized"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 115 RegSetValueEx(hkey, _T("StationaryTrackCursor"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 118 RegSetValueEx(hkey, _T("StationaryTrackFocus"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 121 …RegSetValueEx(hkey, _T("StationaryTrackSecondaryFocus"), 0, REG_DWORD, (BYTE *)&value, sizeof(valu… in SaveSettings() 124 RegSetValueEx(hkey, _T("StationaryTrackText"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | registry.c | 289 Status = ZwSetValueKey(h, &mountedus, 0, REG_DWORD, &data, sizeof(DWORD)); in registry_mark_volume_mounted() 361 Status = ZwSetValueKey(h, &mountedus, 0, REG_DWORD, &data, sizeof(DWORD)); in registry_mark_volume_unmounted_path() 601 if (NT_SUCCESS(Status) && kvfi->DataLength > 0 && kvfi->Type == REG_DWORD) { in read_mappings() 680 if (NT_SUCCESS(Status) && kvfi->DataLength > 0 && kvfi->Type == REG_DWORD) { in read_group_mappings() 710 Status = ZwSetValueKey(h, &us2, 0, REG_DWORD, &val, sizeof(DWORD)); in read_group_mappings() 809 get_registry_value(h, L"Compress", REG_DWORD, &mount_compress, sizeof(mount_compress)); in read_registry() 812 get_registry_value(h, L"ZlibLevel", REG_DWORD, &mount_zlib_level, sizeof(mount_zlib_level)); in read_registry() 817 get_registry_value(h, L"NoTrim", REG_DWORD, &mount_no_trim, sizeof(mount_no_trim)); in read_registry() 820 get_registry_value(h, L"Readonly", REG_DWORD, &mount_readonly, sizeof(mount_readonly)); in read_registry() 823 get_registry_value(h, L"NoDataCOW", REG_DWORD, &mount_nodatacow, sizeof(mount_nodatacow)); in read_registry() [all …]
|
/reactos/base/shell/explorer/ |
H A D | settings.cpp | 27 …SHSetValueW(hkExplorer, NULL, L"EnableAutotray", REG_DWORD, &bHideInactiveIcons, sizeof(bHideInact… in Save() 28 …SHSetValueW(hkExplorer, L"Advanced", L"PreferDateOverWeekday", REG_DWORD, &bPreferDate, sizeof(bPr… in Save() 29 …SHSetValueW(hkExplorer, L"Advanced", L"ShowSeconds", REG_DWORD, &bShowSeconds, sizeof(bShowSeconds… in Save() 30 …SHSetValueW(hkExplorer, L"Advanced", L"TaskbarGlomming", REG_DWORD, &bGroupButtons, sizeof(bGroupB… in Save() 32 …SHSetValueW(hkExplorer, L"Advanced", L"TaskbarSizeMove", REG_DWORD, &bAllowSizeMove, sizeof(bAllow… in Save() 34 …SHSetValueW(hkExplorer, L"Advanced", L"TaskbarSmallIcons", REG_DWORD, &bSmallIcons, sizeof(bSmallI… in Save() 35 …SHSetValueW(hkExplorer, L"Advanced", L"TaskbarSd", REG_DWORD, &bShowDesktopButton, sizeof(bShowDes… in Save()
|
/reactos/modules/rostests/apitests/winspool/ |
H A D | GetPrinterData.c | 33 { "PortThreadPriority", L"PortThreadPriority", REG_DWORD, 4, TRUE }, 35 { "SchedulerThreadPriority", L"SchedulerThreadPriority", REG_DWORD, 4, TRUE }, 36 { "BeepEnabled", L"BeepEnabled", REG_DWORD, 4, TRUE }, 46 { "EventLog", L"EventLog", REG_DWORD, 4, TRUE }, 53 { "DsPresent", L"DsPresent", REG_DWORD, 4, FALSE }, 54 { "DsPresentForUser", L"DsPresentForUser", REG_DWORD, 4, FALSE }, 57 { "RestartJobOnPoolError", L"RestartJobOnPoolError", REG_DWORD, 4, TRUE }, 58 { "RestartJobOnPoolEnabled", L"RestartJobOnPoolEnabled", REG_DWORD, 4, TRUE }, 62 { "AllowUserManageForms", L"AllowUserManageForms", REG_DWORD, 4, TRUE },
|
/reactos/modules/rosapps/applications/screensavers/matrix/ |
H A D | settings.c | 122 RegSetValueEx(hkey, _T("MessageSpeed"), 0, REG_DWORD, (BYTE *)&value, sizeof value); in SaveSettings() 125 RegSetValueEx(hkey, _T("MatrixSpeed"), 0, REG_DWORD, (BYTE *)&value, sizeof value); in SaveSettings() 128 RegSetValueEx(hkey, _T("Density"), 0, REG_DWORD, (BYTE *)&value, sizeof value); in SaveSettings() 131 RegSetValueEx(hkey, _T("FontSize"), 0, REG_DWORD, (BYTE *)&value, sizeof value); in SaveSettings() 134 RegSetValueEx(hkey, _T("Randomize"), 0, REG_DWORD, (BYTE *)&value, sizeof value); in SaveSettings() 137 RegSetValueEx(hkey, _T("FontBold"), 0, REG_DWORD, (BYTE *)&value, sizeof value); in SaveSettings()
|
/reactos/modules/rostests/winetests/regedit/ |
H A D | regedit.c | 358 verify_reg(hkey, "Wine1", REG_DWORD, &dword, sizeof(dword), 0); in test_basic_import() 363 verify_reg(hkey, "Wine4", REG_DWORD, &dword, sizeof(dword), 0); in test_basic_import() 375 verify_reg(hkey, "Wine6", REG_DWORD, &dword, sizeof(dword), 0); in test_basic_import() 673 verify_reg(hkey, "Wine22d", REG_DWORD, NULL, 0, 0); in test_basic_import() 1112 verify_reg(hkey, "Wine22d", REG_DWORD, NULL, 0, 0); in test_basic_import_unicode() 2869 verify_reg(hkey, "", REG_DWORD, &dword, sizeof(DWORD), 0); in test_import_with_whitespace() 3015 verify_reg(hkey, "", REG_DWORD, &dword, sizeof(DWORD), 0); in test_import_with_whitespace_unicode() 3585 add_value(hkey, "DWORD", REG_DWORD, &dword, sizeof(dword)); in test_export() 3619 add_value(subkey, NULL, REG_DWORD, &dword, sizeof(dword)); in test_export() 3657 add_value(hkey, "Wine1e", REG_DWORD, NULL, 0); in test_export() [all …]
|
/reactos/dll/cpl/wined3dcfg/ |
H A D | general.c | 8 {L"1.4", REG_DWORD, 1}, 9 {L"2", REG_DWORD, 2}, 10 {L"3", REG_DWORD, 3}, 65 if(dwSize && ((dwType == REG_DWORD && *szBuffer == pSettings[iCurrent].iValue) || in InitControl() 113 if(pCfg[iSel].iType == REG_DWORD) in SaveSetting() 115 … RegSetValueExW(hKey, szKey, 0, REG_DWORD, (LPBYTE)&pCfg[iSel].iValue, sizeof(pCfg[iSel].iValue)); in SaveSetting()
|
/reactos/drivers/storage/port/storahci/ |
H A D | storahci.inf | 39 HKR, "StorPort", "EnableIdlePowerManagement", %REG_DWORD%, 0x01 57 HKR, "Parameters\PnpInterface", "5", %REG_DWORD%, 0x00000001 58 HKR, "Parameters", "BusType", %REG_DWORD%, 0x0000000B 65 HKR,,TypesSupported,%REG_DWORD%,7 102 REG_DWORD = 0x00010001
|
/reactos/dll/win32/browseui/ |
H A D | settings.cpp | 15 REG_DWORD, &fStatusBarVisible, sizeof(fStatusBarVisible), SHREGSET_FORCE_HKCU); in Save() 18 REG_DWORD, &fShowGoButton, sizeof(fShowGoButton), SHREGSET_FORCE_HKCU); in Save() 21 REG_DWORD, &fLocked, sizeof(fLocked), SHREGSET_FORCE_HKCU); in Save()
|
/reactos/dll/win32/syssetup/ |
H A D | proppage.c | 153 if (lError == ERROR_SUCCESS && dwType == REG_DWORD && dwSize == sizeof(DWORD)) in MouseOnDialogInit() 189 if (lError != ERROR_SUCCESS || dwType != REG_DWORD || dwSize != sizeof(DWORD)) in MouseOnDialogInit() 217 if (lError != ERROR_SUCCESS || dwType != REG_DWORD || dwSize != sizeof(DWORD)) in MouseOnDialogInit() 238 if (lError != ERROR_SUCCESS || dwType != REG_DWORD || dwSize != sizeof(DWORD)) in MouseOnDialogInit() 348 REG_DWORD, in MouseOnApply() 366 REG_DWORD, in MouseOnApply() 387 REG_DWORD, in MouseOnApply() 405 REG_DWORD, in MouseOnApply()
|
/reactos/modules/rostests/winetests/reg/ |
H A D | import.c | 215 verify_reg(hkey, "Wine", REG_DWORD, &dword, sizeof(dword), 0); in test_import() 368 verify_reg(hkey, "Wine1", REG_DWORD, &dword, sizeof(dword), 0); in test_import() 373 verify_reg(hkey, "Wine4", REG_DWORD, &dword, sizeof(dword), 0); in test_import() 391 verify_reg(hkey, "Wine6", REG_DWORD, &dword, sizeof(dword), 0); in test_import() 419 verify_reg(hkey, "Wine13", REG_DWORD, &dword, sizeof(dword), 0); in test_import() 482 verify_reg(hkey, "Wine31", REG_DWORD, &dword, sizeof(dword), 0); in test_import() 1622 verify_reg(hkey, "Wine68d", REG_DWORD, NULL, 0, 0); in test_import() 1856 verify_reg(hkey, "Wine", REG_DWORD, &dword, sizeof(dword), 0); in test_unicode_import() 3170 verify_reg(hkey, "Wine68d", REG_DWORD, NULL, 0, 0); in test_unicode_import() 3364 verify_reg(hkey, "", REG_DWORD, &dword, sizeof(DWORD), 0); in test_import_with_whitespace() [all …]
|
H A D | export.c | 265 add_value(hkey, "DWORD", REG_DWORD, &dword, sizeof(dword)); in test_export() 286 add_value(subkey, "single'quote", REG_DWORD, &dword, sizeof(dword)); in test_export() 305 add_value(subkey, NULL, REG_DWORD, &dword, sizeof(dword)); in test_export() 345 add_value(hkey, "Wine1e", REG_DWORD, NULL, 0); in test_export() 366 verify_reg(hkey, "Wine2c", REG_DWORD, NULL, 0, 0); in test_export() 385 verify_reg(hkey, "Wine3c", REG_DWORD, &dword, sizeof(dword), 0); in test_export() 408 verify_reg(hkey, "Wine4a", REG_DWORD, &dword, sizeof(dword), 0); in test_export() 419 verify_reg(hkey, "Wine4e", REG_DWORD, &dword, sizeof(dword), 0); in test_export() 465 add_value(hkey, "DWORD", REG_DWORD, &dword, sizeof(dword));
|
H A D | add.c | 359 verify_reg(hkey, NULL, REG_DWORD, &dword, sizeof(dword), 0); in test_add() 395 add_value(hkey, "Test2", REG_DWORD, &dword, sizeof(dword)); in test_add() 403 verify_reg(hkey, "Test2", REG_DWORD, &dword, sizeof(dword), 0); in test_add() 412 verify_reg(hkey, "Test2", REG_DWORD, &dword, sizeof(dword), 0); in test_add() 644 verify_reg(hkey, "", REG_DWORD, &dword, sizeof(dword), 0); in test_reg_dword() 670 verify_reg(hkey, "dword5", REG_DWORD, &dword, sizeof(dword), 0); in test_reg_dword() 677 ok(type == REG_DWORD, "got wrong type %d, expected %d\n", type, REG_DWORD); in test_reg_dword() 687 verify_reg(hkey, "dword8", REG_DWORD, &dword, sizeof(dword), 0); in test_reg_dword() 701 verify_reg(hkey, "dword12", REG_DWORD, &dword, sizeof(dword), 0); in test_reg_dword() 709 verify_reg(hkey, "dword14", REG_DWORD, &dword, sizeof(dword), 0); in test_reg_dword() [all …]
|
/reactos/dll/win32/ws2_32/src/ |
H A D | nscatalo.c | 44 DWORD RegType = REG_DWORD; in WsNcOpen() 121 RegType = REG_DWORD; in WsNcOpen() 134 REG_DWORD, in WsNcOpen() 149 REG_DWORD, in WsNcOpen() 198 REG_DWORD, in WsNcOpen() 242 DWORD RegType = REG_DWORD; in WsNcRefreshFromRegistry()
|
H A D | dcatalog.c | 45 DWORD RegType = REG_DWORD; in WsTcOpen() 122 RegType = REG_DWORD; in WsTcOpen() 135 REG_DWORD, in WsTcOpen() 150 REG_DWORD, in WsTcOpen() 165 REG_DWORD, in WsTcOpen() 214 REG_DWORD, in WsTcOpen() 259 DWORD RegType = REG_DWORD; in WsTcRefreshFromRegistry()
|
/reactos/dll/cpl/sysdm/ |
H A D | startrec.c | 574 RegSetValueExW(hKey, L"LogEvent", 0, REG_DWORD, (LPBYTE)&lResult, sizeof(lResult)); in WriteStartupRecoveryOptions() 577 RegSetValueExW(hKey, L"SendAlert", 0, REG_DWORD, (LPBYTE)&lResult, sizeof(lResult)); in WriteStartupRecoveryOptions() 580 RegSetValueExW(hKey, L"AutoReboot", 0, REG_DWORD, (LPBYTE)&lResult, sizeof(lResult)); in WriteStartupRecoveryOptions() 583 RegSetValueExW(hKey, L"Overwrite", 0, REG_DWORD, (LPBYTE)&lResult, sizeof(lResult)); in WriteStartupRecoveryOptions() 597 …RegSetValueExW(hKey, L"CrashDumpEnabled", 0, REG_DWORD, (LPBYTE)&pStartInfo->dwCrashDumpEnabled, s… in WriteStartupRecoveryOptions() 635 …ULL, &dwType, (LPBYTE)&dwValue, &dwValueLength) == ERROR_SUCCESS && dwType == REG_DWORD && dwValue) in LoadRecoveryOptions() 639 …ULL, &dwType, (LPBYTE)&dwValue, &dwValueLength) == ERROR_SUCCESS && dwType == REG_DWORD && dwValue) in LoadRecoveryOptions() 643 …ULL, &dwType, (LPBYTE)&dwValue, &dwValueLength) == ERROR_SUCCESS && dwType == REG_DWORD && dwValue) in LoadRecoveryOptions() 647 …ULL, &dwType, (LPBYTE)&dwValue, &dwValueLength) == ERROR_SUCCESS && dwType == REG_DWORD && dwValue) in LoadRecoveryOptions() 651 …ULL, &dwType, (LPBYTE)&dwValue, &dwValueLength) == ERROR_SUCCESS && dwType == REG_DWORD && dwValue) in LoadRecoveryOptions()
|
/reactos/sdk/lib/rtl/ |
H A D | timezone.c | 100 REG_DWORD, in RtlSetTimeZoneInformation() 123 REG_DWORD, in RtlSetTimeZoneInformation() 157 REG_DWORD, in RtlSetTimeZoneInformation()
|
/reactos/modules/rostests/win32/advapi32/eventlog/ |
H A D | EvtLogTest.c | 52 RegSetValueExW(hEventKey, L"MaxSize", 0, REG_DWORD, in CreateEventLog() 56 RegSetValueExW(hEventKey, L"Retention", 0, REG_DWORD, in CreateEventLog() 67 RegSetValueExW(hEventKey, L"Flags", 0, REG_DWORD, in CreateEventLog() 333 RegSetValueExW(hSourceKey, L"CategoryCount", 0, REG_DWORD, in TestMyEventProvider() 337 RegSetValueExW(hSourceKey, L"TypesSupported", 0, REG_DWORD, in TestMyEventProvider()
|
/reactos/win32ss/drivers/miniport/bochs/ |
H A D | bochsmp.inf | 39 HKR,, VgaCompatible, %REG_DWORD%, 0 59 REG_DWORD = 0x00010001
|
/reactos/modules/rostests/rosautotest/ |
H A D | misc.cpp | 48 REG_DWORD, in InitLogs() 70 REG_DWORD, in InitLogs()
|
/reactos/base/applications/msconfig_new/ |
H A D | regutils.c | 135 if ( (dwType == REG_DWORD) && (dwBufSize == sizeof(DWORD)) ) in RegGetDWORDValue() 147 if (dwType != REG_DWORD) in RegGetDWORDValue() 201 …lRet = RegSetValueExW(hEntryKey, lpValue, 0, REG_DWORD, (LPBYTE)&dwData, sizeof(dwData /* DWORD */… in RegSetDWORDValue()
|
/reactos/dll/opengl/opengl32/ |
H A D | icdload.c | 109 if((ret != ERROR_SUCCESS) || (dwValueType != REG_DWORD)) in IntGetIcdData() 213 if((ret != ERROR_SUCCESS) || (dwValueType != REG_DWORD)) in IntGetIcdData() 227 if((ret != ERROR_SUCCESS) || (dwValueType != REG_DWORD)) in IntGetIcdData() 241 if((ret != ERROR_SUCCESS) || (dwValueType != REG_DWORD)) in IntGetIcdData()
|