PEStopEventInfo

PEStopEventInfo contains stop event information when a callback function is called with an event ID equal to PE_STOP_EVENT.

C Syntax
typedef struct PEStopEventInfo {
    WORD StructSize;
    WORD destination;
    WORD jobStatus;
} PEStopEventInfo;
Members

StructSize

Specifies the size of the PEStopEventInfo structure. Initialize this member to PE_SIZEOF_STOP_EVENT_INFO.

destination

Specifies the process destination. Uses one of the PE_TO_XXX Job Destination Constants.

jobStatus

Indicates the current status of the job. Uses one of the PE_JOBXXX Job Status Constants.

VB Type Listing
Type PEStopEventInfo
    StructSize As Integer
    destination As Integer
    jobStatus As Integer
End Type
Delphi Record Listing
type
    PEStopEventInfo = record
        StructSize: Word;
        destination: Word;
        jobStatus: Word;
    end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com