/reactos/modules/rostests/winetests/shdocvw/ |
H A D | shortcut.c | 118 unsigned int iKey, iValue; in register_keys() local 124 for (iValue = 0; iValue < keys[iKey].cValues; iValue++) { in register_keys() 125 const struct registry_value * value = &keys[iKey].pValues[iValue]; in register_keys()
|
/reactos/win32ss/user/ntuser/ |
H A D | sysparams.c | 113 return iValue; in SpiLoadDWord() 128 return iValue; in SpiLoadInt() 161 SpiLoadMouse(PCWSTR pwszValue, INT iValue) in SpiLoadMouse() argument 168 SpiLoadMetric(PCWSTR pwszValue, INT iValue) in SpiLoadMetric() argument 174 pwszValue, iValue, METRIC2REG(iValue), REG2METRIC(iRegVal), iRegVal); in SpiLoadMetric() 428 _itow(iValue, awcBuffer, 10); in SpiStoreSzInt() 545 *pbData = iValue ? TRUE : FALSE; in SpiSetBool() 558 *(INT*)pvData = iValue; in SpiSetDWord() 571 *(INT*)pvData = iValue; in SpiSetInt() 584 *(INT*)pvData = iValue; in SpiSetMetric() [all …]
|
/reactos/modules/rostests/winetests/msi/ |
H A D | automation.c | 175 INT iValue; member 180 #define ADD_INFO_I2(property, iValue) {property, VT_I2, iValue, NULL, NULL} argument 181 #define ADD_INFO_I4(property, iValue) {property, VT_I4, iValue, NULL, NULL} argument 850 V_I4(&vararg) = iValue; in Installer_RegistryValueI() 1394 V_I4(&vararg[0]) = iValue; in Record_IntegerDataPut() 2076 int iCount, iValue; in test_Installer_Products() local 2113 ok(iValue == INSTALLSTATE_DEFAULT || iValue == INSTALLSTATE_ADVERTISED, in test_Installer_Products() 2286 int iValue, iCount; in test_Installer_InstallProduct() local 2462 int iValue, iCount; in test_Installer() local 2482 ok(iValue == 1, "Record_FieldCountGet result was %d but expected 1\n", iValue); in test_Installer() [all …]
|
/reactos/dll/cpl/wined3dcfg/ |
H A D | general.c | 65 if(dwSize && ((dwType == REG_DWORD && *szBuffer == pSettings[iCurrent].iValue) || in InitControl() 115 … RegSetValueExW(hKey, szKey, 0, REG_DWORD, (LPBYTE)&pCfg[iSel].iValue, sizeof(pCfg[iSel].iValue)); in SaveSetting()
|
H A D | wined3dcfg.h | 44 INT iValue; member
|
/reactos/dll/win32/msi/ |
H A D | suminfo.c | 843 INT iValue, FILETIME *pftValue, awcstring *str ) in set_prop() argument 848 TRACE("%p, %u, %u, %d, %p, %p\n", si, uiProperty, type, iValue, pftValue, str ); in set_prop() 867 prop->lVal = iValue; in set_prop() 870 prop->iVal = iValue; in set_prop() 909 return set_prop( si, uiProperty, type, iValue, pftValue, str ); in suminfo_set_prop() 912 … WINAPI MsiSummaryInfoSetPropertyW( MSIHANDLE handle, UINT uiProperty, UINT uiDataType, INT iValue, in MsiSummaryInfoSetPropertyW() argument 919 …TRACE( "%lu, %u, %u, %d, %p, %s\n", handle, uiProperty, uiDataType, iValue, pftValue, debugstr_w(s… in MsiSummaryInfoSetPropertyW() 937 ret = suminfo_set_prop( si, uiProperty, uiDataType, iValue, pftValue, &str ); in MsiSummaryInfoSetPropertyW() 942 … WINAPI MsiSummaryInfoSetPropertyA( MSIHANDLE handle, UINT uiProperty, UINT uiDataType, INT iValue, in MsiSummaryInfoSetPropertyA() argument 949 …TRACE( "%lu, %u, %u, %d, %p, %s\n", handle, uiProperty, uiDataType, iValue, pftValue, debugstr_a(s… in MsiSummaryInfoSetPropertyA() [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | ipaddress.c | 117 nmip.iValue = value; in IPADDRESS_IPNotify() 121 TRACE("<-- %d\n", nmip.iValue); in IPADDRESS_IPNotify() 123 return nmip.iValue; in IPADDRESS_IPNotify()
|
H A D | header.c | 930 …DER_SendNotifyWithIntFieldT(const HEADER_INFO *infoPtr, UINT code, INT iItem, INT mask, INT iValue) in HEADER_SendNotifyWithIntFieldT() argument 948 nmitem.cxy = iValue; in HEADER_SendNotifyWithIntFieldT() 951 nmitem.iOrder = iValue; in HEADER_SendNotifyWithIntFieldT() 954 ERR("invalid mask value 0x%x\n", iValue); in HEADER_SendNotifyWithIntFieldT()
|
/reactos/dll/win32/syssetup/ |
H A D | wizard.c | 2737 int iValue; in ProcessUnattendSection() local 2757 iValue = _wtoi(szValue); in ProcessUnattendSection() 2758 DPRINT1("Name %S Value %i\n", szName, iValue); in ProcessUnattendSection() 2760 if (!iValue) in ProcessUnattendSection() 2766 dm.dmBitsPerPel = iValue; in ProcessUnattendSection() 2771 dm.dmPelsWidth = iValue; in ProcessUnattendSection() 2776 dm.dmPelsHeight = iValue; in ProcessUnattendSection() 2781 dm.dmDisplayFrequency = iValue; in ProcessUnattendSection()
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_jpeg.c | 1451 int iValue; in JPEGDecode() local 1453 for( iValue = 0; iValue < value_count; iValue++ ) in JPEGDecode() 1455 ((unsigned char *) buf)[iValue] = in JPEGDecode() 1456 line_work_buf[iValue] & 0xff; in JPEGDecode()
|
/reactos/base/applications/calc/ |
H A D | winmain.c | 270 int iValue; in LoadRegInt() local 278 if (RegQueryValueEx(hKey, lpszKey, NULL, NULL, (LPBYTE)&iValue, &tmp) == ERROR_SUCCESS) in LoadRegInt() 279 iDefault = iValue; in LoadRegInt() 288 static void SaveRegInt(LPCTSTR lpszApp, LPCTSTR lpszKey, int iValue) in SaveRegInt() argument 294 RegSetValueEx(hKey, lpszKey, 0, REG_DWORD, (const BYTE*)&iValue, sizeof(int)); in SaveRegInt()
|
/reactos/base/setup/reactos/ |
H A D | treelist.c | 869 int iValue; in ChangeColSize() local 892 iValue += iDelta; in ChangeColSize() 893 sItem.cxy = iValue; in ChangeColSize() 950 iValue = pData->aColumn[uPos].sSize; in ChangeColSize() 951 iValue += iSize * iWeight; in ChangeColSize() 953 iValue += iPoint / iAll; in ChangeColSize() 974 iValue = pData->aColumn[uPos].sSize; in ChangeColSize() 978 iValue += iSize * iWeight; in ChangeColSize() 980 iValue += iPoint / iAll; in ChangeColSize() 985 iValue += iSize * iWeight; in ChangeColSize() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 4486 int iValue; member
|