Searched refs:cbValue (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | iconcache.cxx | 64 DWORD cbValue = sizeof(szValue); in RebuildShellIconCache() local 68 … lError = RegQueryValueEx( hKey, TEXT("Shell Icon Size"), 0, &dwType, (LPBYTE)szValue, &cbValue ); in RebuildShellIconCache() 77 cbValue = strlen( szValue ) + 1; in RebuildShellIconCache() 92 … lError = RegSetValueEx( hKey, TEXT("Shell Icon Size"), 0, dwType, (LPBYTE)szValue, cbValue ); in RebuildShellIconCache()
|
| /trunk/main/unixODBC/inc/ |
| H A D | sqlucode.h | 245 SQLINTEGER cbValue); 570 SQLINTEGER cbValue);
|