Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This header is used by Network Management. For more information, see:
lmat.h contains the following programming interfaces:
Functions
| NetScheduleJobAdd The NetScheduleJobAdd function submits a job to run at a specified future time and date. This function requires that the schedule service be started on the computer to which the job is submitted. |
| NetScheduleJobDel The NetScheduleJobDel function deletes a range of jobs queued to run at a computer. This function requires that the schedule service be started at the computer to which the job deletion request is being sent. |
| NetScheduleJobEnum The NetScheduleJobEnum function lists the jobs queued on a specified computer. This function requires that the schedule service be started. |
| NetScheduleJobGetInfo The NetScheduleJobGetInfo function retrieves information about a particular job queued on a specified computer. This function requires that the schedule service be started. |
Structures
| AT_ENUM The AT_ENUM structure contains information about a submitted job. The NetScheduleJobEnum function uses this structure to enumerate and return information about an entire queue of submitted jobs. |
| AT_INFO The AT_INFO structure contains information about a job. |