Lines Matching defs:result
184 long result;
204 result = RegOpenKeyEx(
211 if (result == ERROR_SUCCESS)
221 result = RegCreateKeyEx(
232 if (result != ERROR_SUCCESS)
234 debugError("RegCreateKeyEx failed, result=%d.", result);
241 result = RegSetValueEx(
250 if (result != ERROR_SUCCESS)
252 debugError("RegSetValueEx('EventMessageFile') failed, result=%d.",
253 result);
267 result = RegSetValueEx(
275 if (result != ERROR_SUCCESS)
277 debugError("RegSetValueEx('TypesSupported') failed, result=%d.", result);
285 result = RegSetValueEx(
294 if (result != ERROR_SUCCESS)
296 debugError("RegSetValueEx('CategoryMessageFile') failed, result=%d.",
297 result);
305 long result = RegSetValueEx(
313 if (result != ERROR_SUCCESS)
315 debugError("RegSetValueEx('CategoryCount') failed, result=%d.", result);
351 long result;
360 result = RegOpenKeyEx(
367 if (result != ERROR_SUCCESS)
376 result = RegDeleteKey (HKEY_LOCAL_MACHINE, subkey);
377 if (result == ERROR_SUCCESS)
383 debugError("RegDeleteKey('%s') failed, result=%d.", subkey, result);
744 DWORD result = GetModuleFileName (
750 if (result == 0)
762 if (result == MAX_PATH)
1633 // free the result buffer