ReactOS 0.4.16-dev-321-g63bb46a
|
#include <precomp.h>
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] |
WCHAR _JOB::Command[1] |
Definition at line 43 of file precomp.h.
Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), NetrJobGetInfo(), and RunCurrentJobs().
DWORD _JOB::DaysOfMonth |
Definition at line 40 of file precomp.h.
Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), and NetrJobGetInfo().
UCHAR _JOB::DaysOfWeek |
Definition at line 41 of file precomp.h.
Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), and NetrJobGetInfo().
UCHAR _JOB::Flags |
Definition at line 42 of file precomp.h.
Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), NetrJobGetInfo(), and RunCurrentJobs().
LIST_ENTRY _JOB::JobEntry |
Definition at line 33 of file precomp.h.
Referenced by LoadJobs(), and NetrJobAdd().
DWORD _JOB::JobId |
Definition at line 38 of file precomp.h.
Referenced by LoadJobs(), NetrJobAdd(), NetrJobDel(), NetrJobEnum(), NetrJobGetInfo(), and RunCurrentJobs().
DWORD_PTR _JOB::JobTime |
Definition at line 39 of file precomp.h.
Referenced by LoadJobs(), NetrJobAdd(), NetrJobEnum(), and NetrJobGetInfo().
WCHAR _JOB::Name[JOB_NAME_LENGTH] |
Definition at line 36 of file precomp.h.
Referenced by LoadJobs().
FILETIME _JOB::StartTime |
Definition at line 35 of file precomp.h.
Referenced by GetNextJobTimeout(), and RunCurrentJobs().