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