Searched refs:win32_change_error_mode (Results 1 – 3 of 3) sorted by relevance
350 win32_change_error_mode(UINT new_mode) in win32_change_error_mode() function1163 prev_error_mode = win32_change_error_mode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX); in win32_find_and_open_process_for_query()1165 win32_change_error_mode(prev_error_mode); in win32_find_and_open_process_for_query()
7 UINT win32_change_error_mode(UINT new_mode);
488 prev_error_mode = win32_change_error_mode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX); in win32_get_proc_address_by_ordinal()490 win32_change_error_mode(prev_error_mode); in win32_get_proc_address_by_ordinal()