PEStartEventInfo

PEStartEventInfo contains start event information when the callback function is called with event ID equal to PE_START_EVENT.

C Syntax
typedef struct PEStartEventInfo {
    WORD StructSize;
    WORD destination;
}PEStartEventInfo;
Members

StructSize

Specifies the size of the PEStartEventInfo structure. Initialize this member to PE_SIZEOF_START_EVENT_INFO.

destination

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

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


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