Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure defines the event arguments that are passed to an IJobRestartEventHandler::OnJobRestart event.
Syntax
struct JobRestartEventArgs {
DWORD Size;
const Job *Job;
};
Members
-
Size
-
The number of bytes in the structure. Used to detect different versions of structure.
-
Job
-
A pointer to the Job object that has been queued for execution. The Job object is owned by the AXE engine and should not be deleted.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|