Lines Matching defs:result
183 long result;
203 result = RegOpenKeyEx(
210 if (result == ERROR_SUCCESS)
220 result = RegCreateKeyEx(
231 if (result != ERROR_SUCCESS)
233 debugError("RegCreateKeyEx failed, result=%d.", result);
240 result = RegSetValueEx(
249 if (result != ERROR_SUCCESS)
251 debugError("RegSetValueEx('EventMessageFile') failed, result=%d.",
252 result);
266 result = RegSetValueEx(
274 if (result != ERROR_SUCCESS)
276 debugError("RegSetValueEx('TypesSupported') failed, result=%d.", result);
284 result = RegSetValueEx(
293 if (result != ERROR_SUCCESS)
295 debugError("RegSetValueEx('CategoryMessageFile') failed, result=%d.",
296 result);
304 long result = RegSetValueEx(
312 if (result != ERROR_SUCCESS)
314 debugError("RegSetValueEx('CategoryCount') failed, result=%d.", result);
350 long result;
359 result = RegOpenKeyEx(
366 if (result != ERROR_SUCCESS)
375 result = RegDeleteKey (HKEY_LOCAL_MACHINE, subkey);
376 if (result == ERROR_SUCCESS)
382 debugError("RegDeleteKey('%s') failed, result=%d.", subkey, result);
743 DWORD result = GetModuleFileName (
749 if (result == 0)
761 if (result == MAX_PATH)
1632 // free the result buffer