PEGeneralPrintWindowEventInfo

PEGeneralPrintWindowEventInfo contains general preview window event information. This structure is used for multiple events listed below. See Remarks.

C Syntax
typedef struct PEGeneralPrintWindowEventInfo {
    WORD StructSize;
    WORD ignored
    long windowHandle;
} PEGeneralPrintWindowEventInfo;
Members

StructSize

Specifies the size of the PEGeneralPrintWindowEventInfo structure. Initialize this member to PE_SIZEOF_GENERAL_PRINT_WINDOW_EVENT_INFO.

ignored

For 4 byte alignment. Ignore.

windowHandle

Frame window handle where the event happens.

Remarks

Structure PEGeneralPrintWindowEventInfo is used for the following events.

VB Type Listing
Type PEGeneralPrintWindowEventInfo
    StructSize As Integer
    ignored As Integer
    windowHandle As Long
End Type
Delphi Record Listing
type 
    PEGeneralPrintWindowEventInfo = record
        StructSize: Word;
        ignored: Word;
        windowHandle: HWnd;
    end;


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