ReactOS 0.4.16-dev-823-g9a093ec
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
VOID | ErrorMessage (IN DWORD dwErrorCode, IN PCWSTR szFormat OPTIONAL,...) |
VOID | error_parameter_format (WCHAR ch) |
VOID | error_invalid_switch (WCHAR ch) |
VOID | error_too_many_parameters (PCWSTR s) |
VOID | error_path_not_found (VOID) |
VOID | error_file_not_found (VOID) |
VOID | error_sfile_not_found (PCWSTR s) |
VOID | error_req_param_missing (VOID) |
VOID | error_invalid_drive (VOID) |
VOID | error_bad_command (PCWSTR s) |
VOID | error_no_pipe (VOID) |
VOID | error_out_of_memory (VOID) |
VOID | error_invalid_parameter_format (PCWSTR s) |
VOID | error_syntax (PCWSTR s) |
VOID | msg_pause (VOID) |
Definition at line 93 of file error.c.
Referenced by cmd_move(), cmd_rename(), and PrintSummary().
Definition at line 117 of file error.c.
Referenced by cmd_chdir(), and cmd_vol().
Definition at line 131 of file error.c.
Referenced by ExecutePipeline().
Definition at line 138 of file error.c.
Referenced by BatchParams(), cmd_call(), cmd_path(), cmd_setlocal(), cmd_start(), DoCommand(), ExecuteAsync(), ForF(), and PushDirectory().
Definition at line 110 of file error.c.
Referenced by cmd_ctty(), cmd_mklink(), cmd_move(), cmd_rename(), cmd_rmdir(), cmd_type(), CommandDelay(), CommandDelete(), and CommandScreen().
Definition at line 26 of file error.c.
Referenced by IopLogWorker().