Events are grouped in CRPE. PEEnableEventInfo specifies which group event is enabled or disabled. All events are disabled by default. Use PEEnableEvent, to enable events.
typedef struct PEEnableEventInfo {
WORD StructSize;
short startStopEvent;
short readingRecordEvent;
short printWindowButtonEvent;
short drillEvent;
short closePrintWindowEvent;
short activatePrintWindowEvent;
short fieldMappingEvent;
short mouseClickEvent;
short hyperlinkEvent;
short launchSeagateAnalysisEvent;
} PEEnableEventInfo;
Each member of type short can be set to TRUE, FALSE, or PE_UNCHANGED for no change.
Type PEEnableEventInfo
StructSize As Integer
startStopEngine As Integer
readingRecordEvent As Integer
printWindowButtonEvent As Integer
drillEvent As Integer
closePrintWindowEvent As Integer
activatePrintWindowEvent As Integer
fieldMappingEvent As Integer
mouseClickEvent As Integer
End Type
type
PEEnableEventInfo = record
StructSize: Word;
startStopEvent: smallint;
readingRecordEvent: smallint;
printWindowButtonEvent: smallint;
drillEvent: smallint;
closePrintWindowEvent: smallint;
activatePrintWindowEvent: smallint;
fieldMappingEvent: smallint;
mouseClickEvent: smallint;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |