Searched refs:prev_error_mode (Results 1 – 2 of 2) sorted by relevance
412 UINT prev_error_mode; in win32_get_proc_address_by_ordinal() local488 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()
1134 UINT prev_error_mode; in win32_find_and_open_process_for_query() local1163 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()