PEEnableEventInfo

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.

C Syntax
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;
Members

Each member of type short can be set to TRUE, FALSE, or PE_UNCHANGED for no change.

StructSize

Specifies the size of the PEEnableEventInfo structure. Initialize this number to PE_SIZEOF_ENABLE_EVENT_INFO.

startStopEvent

Boolean value, or PE_UNCHANGED for no change. Start/Stop event.

readingRecordEvent

Boolean value, or PE_UNCHANGED for no change. Reading record event.

printWindowButton

Event

Boolean value, or PE_UNCHANGED for no change. Print window button event.

drillEvent

Boolean value, or PE_UNCHANGED for no change. Drill event.

closePrintWindowEvent

Boolean value, or PE_UNCHANGED for no change. Close print window event.

activatePrintWindow
Event

Boolean value, or PE_UNCHANGED for no change. Activate print window event.

fieldMappingEvent

Boolean value, or PE_UNCHANGED for no change. Field mapping event.

mouseClickEvent

Boolean value, or PE_UNCHANGED for no change. Mouse click event.

hyperlinkEvent

Boolean value, or PE_UNCHANGED for no change. Hyperlink event.

launchSeagateAnalysis
Event

Boolean value, or PE_UNCHANGED for no change. Launch Seagate Analysis event.

Note:    Seagate Analysis is now known as Crystal Analysis.

Remarks
VB Type Listing
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
Delphi Record Listing
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