PEStartEventInfo contains start event information when the callback function is called with event ID equal to PE_START_EVENT.
typedef struct PEStartEventInfo {
WORD StructSize;
WORD destination;
}PEStartEventInfo;
Specifies the size of the PEStartEventInfo structure. Initialize this member to PE_SIZEOF_START_EVENT_INFO. | |
Specifies the process destination. Uses one of the PE_TO_XXX Job Destination Constants. |
Type PEStartEventInfo
StructSize As Integer
destination As Integer
End Type
type
PEStartEventInfo = record
StructSize: Word;
destination: Word;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |