Home
last modified time | relevance | path

Searched refs:lRegResult (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/migrationanalysis/src/wizard/
H A DOffice10Issues.bas153 Dim lRegResult As Long variable
160 lRegResult = RegOpenKey(hKey, strPath, hCurKey)
163 lRegResult = RegQueryValueEx(hCurKey, strValue, 0, REG_DWORD, lBuffer, lDataBufferSize)
164 If lRegResult = ERROR_SUCCESS Then
167 lRegResult = RegCloseKey(hCurKey)
181 Dim lRegResult As Long variable
183 lRegResult = RegCreateKey(hKey, strPath, hCurKey)
184 lRegResult = RegSetValueEx(hCurKey, strValue, 0&, REG_DWORD, lData, NumofByte)
185 If lRegResult = ERROR_SUCCESS Then
186 lRegResult = RegCloseKey(hCurKey)

Completed in 11 milliseconds