ReactOS 0.4.15-dev-7961-gdcf9eb0
lmat.h
Go to the documentation of this file.
1#ifndef _LMAT_H
2#define _LMAT_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7#define JOB_RUN_PERIODICALLY 1
8#define JOB_EXEC_ERROR 2
9#define JOB_RUNS_TODAY 4
10#define JOB_ADD_CURRENT_DATE 8
11#define JOB_NONINTERACTIVE 16
12#define JOB_INPUT_FLAGS (JOB_RUN_PERIODICALLY|JOB_ADD_CURRENT_DATE|JOB_NONINTERACTIVE)
13#define JOB_OUTPUT_FLAGS (JOB_RUN_PERIODICALLY|JOB_EXEC_ERROR|JOB_RUNS_TODAY|JOB_NONINTERACTIVE)
14typedef struct _AT_ENUM {
22typedef struct _AT_INFO {
33#ifdef __cplusplus
34}
35#endif
36#endif
unsigned long DWORD
Definition: ntddk_ex.h:95
NET_API_STATUS WINAPI NetScheduleJobDel(LPWSTR, DWORD, DWORD)
struct _AT_INFO * PAT_INFO
struct _AT_INFO AT_INFO
struct _AT_ENUM * LPAT_ENUM
NET_API_STATUS WINAPI NetScheduleJobAdd(LPWSTR, PBYTE, LPDWORD)
NET_API_STATUS WINAPI NetScheduleJobEnum(LPWSTR, PBYTE *, DWORD, PDWORD, PDWORD, PDWORD)
struct _AT_ENUM * PAT_ENUM
struct _AT_ENUM AT_ENUM
struct _AT_INFO * LPAT_INFO
NET_API_STATUS WINAPI NetScheduleJobGetInfo(LPWSTR, DWORD, PBYTE *)
DWORD NET_API_STATUS
Definition: ms-dtyp.idl:91
BYTE * PBYTE
Definition: pedump.c:66
DWORD * PDWORD
Definition: pedump.c:68
Definition: lmat.h:14
DWORD JobId
Definition: lmat.h:15
DWORD JobTime
Definition: lmat.h:16
LPWSTR Command
Definition: lmat.h:20
UCHAR DaysOfWeek
Definition: lmat.h:18
UCHAR Flags
Definition: lmat.h:19
DWORD DaysOfMonth
Definition: lmat.h:17
Definition: lmat.h:22
UCHAR Flags
Definition: lmat.h:26
LPWSTR Command
Definition: lmat.h:27
UCHAR DaysOfWeek
Definition: lmat.h:25
DWORD DaysOfMonth
Definition: lmat.h:24
DWORD JobTime
Definition: lmat.h:23
uint32_t * LPDWORD
Definition: typedefs.h:59
#define WINAPI
Definition: msvc.h:6
unsigned char UCHAR
Definition: xmlstorage.h:181
WCHAR * LPWSTR
Definition: xmlstorage.h:184