ReactOS 0.4.15-dev-8002-gbbb3b00
_JOB Struct Reference

#include <precomp.h>

Collaboration diagram for _JOB:

Public Attributes

LIST_ENTRY JobEntry
 
FILETIME StartTime
 
WCHAR Name [JOB_NAME_LENGTH]
 
DWORD JobId
 
DWORD_PTR JobTime
 
DWORD DaysOfMonth
 
UCHAR DaysOfWeek
 
UCHAR Flags
 
WCHAR Command [1]
 

Detailed Description

Definition at line 31 of file precomp.h.

Member Data Documentation

◆ Command

WCHAR _JOB::Command[1]

Definition at line 43 of file precomp.h.

Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), NetrJobGetInfo(), and RunCurrentJobs().

◆ DaysOfMonth

DWORD _JOB::DaysOfMonth

Definition at line 40 of file precomp.h.

Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), and NetrJobGetInfo().

◆ DaysOfWeek

UCHAR _JOB::DaysOfWeek

Definition at line 41 of file precomp.h.

Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), and NetrJobGetInfo().

◆ Flags

UCHAR _JOB::Flags

Definition at line 42 of file precomp.h.

Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), NetrJobGetInfo(), and RunCurrentJobs().

◆ JobEntry

LIST_ENTRY _JOB::JobEntry

Definition at line 33 of file precomp.h.

Referenced by LoadJobs(), and NetrJobAdd().

◆ JobId

DWORD _JOB::JobId

Definition at line 38 of file precomp.h.

Referenced by LoadJobs(), NetrJobAdd(), NetrJobDel(), NetrJobEnum(), NetrJobGetInfo(), and RunCurrentJobs().

◆ JobTime

DWORD_PTR _JOB::JobTime

Definition at line 39 of file precomp.h.

Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), and NetrJobGetInfo().

◆ Name

WCHAR _JOB::Name[JOB_NAME_LENGTH]

Definition at line 36 of file precomp.h.

Referenced by LoadJobs().

◆ StartTime

FILETIME _JOB::StartTime

Definition at line 35 of file precomp.h.

Referenced by GetNextJobTimeout(), and RunCurrentJobs().


The documentation for this struct was generated from the following file: