ReactOS 0.4.16-dev-306-g647d351
|
#include <stdlib.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wincon.h>
#include <winnls.h>
#include <lm.h>
#include <conutils.h>
#include "resource.h"
Go to the source code of this file.
Functions | |
static VOID | FreeDaysOfWeekArray (VOID) |
static BOOL | InitDaysOfWeekArray (VOID) |
static BOOL | ParseTime (PWSTR pszTime, PULONG pulJobHour, PULONG pulJobMinute) |
static BOOL | ParseId (PWSTR pszId, PULONG pulId) |
static BOOL | ParseDaysOfMonth (PWSTR pszBuffer, PULONG pulDaysOfMonth) |
static BOOL | ParseDaysOfWeek (PWSTR pszBuffer, PUCHAR pucDaysOfWeek) |
static VOID | PrintErrorMessage (DWORD dwError) |
static VOID | PrintHorizontalLine (VOID) |
static BOOL | Confirm (VOID) |
static DWORD_PTR | GetTimeAsJobTime (VOID) |
static ULONG | GetCurrentDayOfMonth (VOID) |
static VOID | JobTimeToTimeString (PWSTR pszBuffer, INT cchBuffer, WORD wHour, WORD wMinute) |
static INT | PrintJobDetails (PWSTR pszComputerName, ULONG ulJobId) |
static INT | PrintAllJobs (PWSTR pszComputerName) |
static INT | AddJob (PWSTR pszComputerName, ULONG ulJobHour, ULONG ulJobMinute, ULONG ulDaysOfMonth, UCHAR ucDaysOfWeek, BOOL bInteractiveJob, BOOL bPeriodicJob, PWSTR pszCommand) |
static INT | DeleteJob (PWSTR pszComputerName, ULONG ulJobId, BOOL bForceDelete) |
int | wmain (int argc, WCHAR **argv) |
Variables | |
PWSTR | pszDaysOfWeekArray [7] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL} |
|
static |
Definition at line 687 of file at.c.
Definition at line 343 of file at.c.
Referenced by DeleteJob().
Definition at line 726 of file at.c.
Referenced by NetrJobDel(), and wmain().
Definition at line 29 of file at.c.
Referenced by InitDaysOfWeekArray(), and wmain().
Definition at line 410 of file at.c.
Referenced by wmain().
Definition at line 394 of file at.c.
Referenced by PrintAllJobs(), and PrintJobDetails().
Definition at line 43 of file at.c.
Referenced by wmain().
Definition at line 422 of file at.c.
Referenced by PrintAllJobs(), and PrintJobDetails().
Definition at line 231 of file at.c.
Referenced by wmain().
Definition at line 265 of file at.c.
Referenced by wmain().
Definition at line 75 of file at.c.
Referenced by wmain().
Definition at line 563 of file at.c.
Referenced by wmain().
Definition at line 308 of file at.c.
Referenced by AddJob(), cmdComputer(), cmdConfig(), cmdGroup(), cmdHelpMsg(), cmdLocalGroup(), cmdSession(), cmdStatistics(), cmdUse(), CreateMain(), DeleteJob(), DiskFreeMain(), DismountMain(), DrivesMain(), LockOrUnlockVolume(), NtfsInfoMain(), PrintAllJobs(), PrintJobDetails(), QueryMain(), SetMain(), StatisticsMain(), and VolumeInfoMain().
Definition at line 444 of file at.c.
Referenced by wmain().
Definition at line 753 of file at.c.
Definition at line 24 of file at.c.
Referenced by FreeDaysOfWeekArray(), InitDaysOfWeekArray(), ParseDaysOfWeek(), PrintAllJobs(), and PrintJobDetails().