Searched refs:hCurKey (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | Office10Issues.bas | 157 Dim hCurKey As Long variable 160 lRegResult = RegOpenKey(hKey, strPath, hCurKey) 163 lRegResult = RegQueryValueEx(hCurKey, strValue, 0, REG_DWORD, lBuffer, lDataBufferSize) 167 lRegResult = RegCloseKey(hCurKey) 180 Dim hCurKey As Long variable 183 lRegResult = RegCreateKey(hKey, strPath, hCurKey) 184 lRegResult = RegSetValueEx(hCurKey, strValue, 0&, REG_DWORD, lData, NumofByte) 186 lRegResult = RegCloseKey(hCurKey)
|
Completed in 14 milliseconds