|
ReactOS 0.4.16-dev-2522-g97cc325
|
#include <stdlib.h>#include <stdio.h>#include <windef.h>#include <winbase.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 672 of file at.c.
Definition at line 335 of file at.c.
Referenced by DeleteJob().
Definition at line 711 of file at.c.
Referenced by NetrJobDel(), and wmain().
Definition at line 28 of file at.c.
Referenced by InitDaysOfWeekArray(), and wmain().
Definition at line 400 of file at.c.
Referenced by wmain().
Definition at line 384 of file at.c.
Referenced by PrintAllJobs(), and PrintJobDetails().
Definition at line 42 of file at.c.
Referenced by wmain().
Definition at line 412 of file at.c.
Referenced by PrintAllJobs(), and PrintJobDetails().
Definition at line 233 of file at.c.
Referenced by wmain().
Definition at line 267 of file at.c.
Referenced by wmain().
Definition at line 75 of file at.c.
Referenced by wmain().
Definition at line 551 of file at.c.
Referenced by wmain().
Definition at line 311 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 434 of file at.c.
Referenced by wmain().
Definition at line 738 of file at.c.
Definition at line 23 of file at.c.
Referenced by FreeDaysOfWeekArray(), InitDaysOfWeekArray(), ParseDaysOfWeek(), PrintAllJobs(), and PrintJobDetails().