ReactOS 0.4.16-dev-106-g10b08aa
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (schtasks) | |
static ITaskFolder * | get_tasks_root_folder (void) |
static IRegisteredTask * | get_registered_task (const WCHAR *name) |
static BSTR | read_file_to_bstr (const WCHAR *file_name) |
static int | change_command (int argc, WCHAR *argv[]) |
static int | create_command (int argc, WCHAR *argv[]) |
static int | delete_command (int argc, WCHAR *argv[]) |
int | wmain (int argc, WCHAR *argv[]) |
Variables | |
static const WCHAR | change_optW [] = {'/','c','h','a','n','g','e',0} |
static const WCHAR | create_optW [] = {'/','c','r','e','a','t','e',0} |
static const WCHAR | delete_optW [] = {'/','d','e','l','e','t','e',0} |
static const WCHAR | enable_optW [] = {'/','e','n','a','b','l','e',0} |
static const WCHAR | f_optW [] = {'/','f',0} |
static const WCHAR | ru_optW [] = {'/','r','u',0} |
static const WCHAR | tn_optW [] = {'/','t','n',0} |
static const WCHAR | tr_optW [] = {'/','t','r',0} |
static const WCHAR | xml_optW [] = {'/','x','m','l',0} |
#define COBJMACROS |
Definition at line 19 of file schtasks.c.
Definition at line 136 of file schtasks.c.
Referenced by wmain().
Definition at line 206 of file schtasks.c.
Referenced by wmain().
Definition at line 298 of file schtasks.c.
Referenced by wmain().
Definition at line 68 of file schtasks.c.
Referenced by change_command().
|
static |
Definition at line 39 of file schtasks.c.
Referenced by create_command(), delete_command(), and get_registered_task().
Definition at line 91 of file schtasks.c.
Referenced by create_command().
WINE_DEFAULT_DEBUG_CHANNEL | ( | schtasks | ) |
Definition at line 349 of file schtasks.c.
Definition at line 29 of file schtasks.c.
Referenced by wmain().
Definition at line 30 of file schtasks.c.
Referenced by wmain().
Definition at line 31 of file schtasks.c.
Referenced by wmain().
Definition at line 32 of file schtasks.c.
Referenced by change_command().
Definition at line 33 of file schtasks.c.
Referenced by create_command(), and delete_command().
Definition at line 34 of file schtasks.c.
Referenced by create_command().
Definition at line 35 of file schtasks.c.
Referenced by change_command(), create_command(), and delete_command().
Definition at line 36 of file schtasks.c.
Referenced by change_command().
Definition at line 37 of file schtasks.c.
Referenced by create_command().