次の方法で共有


JobBeginEventArgs structure

This structure defines the event arguments that are passed to an IJobBeginEventHandler::OnJobBegin event.

Syntax

struct JobBeginEventArgs {
  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
AxeHosting.h